📄 balances.designer.cs
字号:
{
get
{
return this._Accounts_Receivable___Trade__Net;
}
set
{
if ((this._Accounts_Receivable___Trade__Net != value))
{
this.OnAccounts_Receivable___Trade__NetChanging(value);
this.SendPropertyChanging();
this._Accounts_Receivable___Trade__Net = value;
this.SendPropertyChanged("Accounts_Receivable___Trade__Net");
this.OnAccounts_Receivable___Trade__NetChanged();
}
}
}
[Column(Name="[Receivables - Other]", Storage="_Receivables___Other", DbType="Money")]
public System.Nullable<decimal> Receivables___Other
{
get
{
return this._Receivables___Other;
}
set
{
if ((this._Receivables___Other != value))
{
this.OnReceivables___OtherChanging(value);
this.SendPropertyChanging();
this._Receivables___Other = value;
this.SendPropertyChanged("Receivables___Other");
this.OnReceivables___OtherChanged();
}
}
}
[Column(Name="[Total Receivables, Net]", Storage="_Total_Receivables__Net", DbType="Money")]
public System.Nullable<decimal> Total_Receivables__Net
{
get
{
return this._Total_Receivables__Net;
}
set
{
if ((this._Total_Receivables__Net != value))
{
this.OnTotal_Receivables__NetChanging(value);
this.SendPropertyChanging();
this._Total_Receivables__Net = value;
this.SendPropertyChanged("Total_Receivables__Net");
this.OnTotal_Receivables__NetChanged();
}
}
}
[Column(Name="[Total Inventory]", Storage="_Total_Inventory", DbType="Money")]
public System.Nullable<decimal> Total_Inventory
{
get
{
return this._Total_Inventory;
}
set
{
if ((this._Total_Inventory != value))
{
this.OnTotal_InventoryChanging(value);
this.SendPropertyChanging();
this._Total_Inventory = value;
this.SendPropertyChanged("Total_Inventory");
this.OnTotal_InventoryChanged();
}
}
}
[Column(Name="[Prepaid Expenses]", Storage="_Prepaid_Expenses", DbType="Money")]
public System.Nullable<decimal> Prepaid_Expenses
{
get
{
return this._Prepaid_Expenses;
}
set
{
if ((this._Prepaid_Expenses != value))
{
this.OnPrepaid_ExpensesChanging(value);
this.SendPropertyChanging();
this._Prepaid_Expenses = value;
this.SendPropertyChanged("Prepaid_Expenses");
this.OnPrepaid_ExpensesChanged();
}
}
}
[Column(Name="[Other Current Assets, Total]", Storage="_Other_Current_Assets__Total", DbType="Money")]
public System.Nullable<decimal> Other_Current_Assets__Total
{
get
{
return this._Other_Current_Assets__Total;
}
set
{
if ((this._Other_Current_Assets__Total != value))
{
this.OnOther_Current_Assets__TotalChanging(value);
this.SendPropertyChanging();
this._Other_Current_Assets__Total = value;
this.SendPropertyChanged("Other_Current_Assets__Total");
this.OnOther_Current_Assets__TotalChanged();
}
}
}
[Column(Name="[Total Current Assets]", Storage="_Total_Current_Assets", DbType="Money")]
public System.Nullable<decimal> Total_Current_Assets
{
get
{
return this._Total_Current_Assets;
}
set
{
if ((this._Total_Current_Assets != value))
{
this.OnTotal_Current_AssetsChanging(value);
this.SendPropertyChanging();
this._Total_Current_Assets = value;
this.SendPropertyChanged("Total_Current_Assets");
this.OnTotal_Current_AssetsChanged();
}
}
}
[Column(Name="[Property/Plant/Equipment, Total - Gross]", Storage="_Property_Plant_Equipment__Total___Gross", DbType="Money")]
public System.Nullable<decimal> Property_Plant_Equipment__Total___Gross
{
get
{
return this._Property_Plant_Equipment__Total___Gross;
}
set
{
if ((this._Property_Plant_Equipment__Total___Gross != value))
{
this.OnProperty_Plant_Equipment__Total___GrossChanging(value);
this.SendPropertyChanging();
this._Property_Plant_Equipment__Total___Gross = value;
this.SendPropertyChanged("Property_Plant_Equipment__Total___Gross");
this.OnProperty_Plant_Equipment__Total___GrossChanged();
}
}
}
[Column(Name="[Goodwill, Net]", Storage="_Goodwill__Net", DbType="Money")]
public System.Nullable<decimal> Goodwill__Net
{
get
{
return this._Goodwill__Net;
}
set
{
if ((this._Goodwill__Net != value))
{
this.OnGoodwill__NetChanging(value);
this.SendPropertyChanging();
this._Goodwill__Net = value;
this.SendPropertyChanged("Goodwill__Net");
this.OnGoodwill__NetChanged();
}
}
}
[Column(Name="[Intangibles, Net]", Storage="_Intangibles__Net", DbType="Money")]
public System.Nullable<decimal> Intangibles__Net
{
get
{
return this._Intangibles__Net;
}
set
{
if ((this._Intangibles__Net != value))
{
this.OnIntangibles__NetChanging(value);
this.SendPropertyChanging();
this._Intangibles__Net = value;
this.SendPropertyChanged("Intangibles__Net");
this.OnIntangibles__NetChanged();
}
}
}
[Column(Name="[Long Term Investments]", Storage="_Long_Term_Investments", DbType="Money")]
public System.Nullable<decimal> Long_Term_Investments
{
get
{
return this._Long_Term_Investments;
}
set
{
if ((this._Long_Term_Investments != value))
{
this.OnLong_Term_InvestmentsChanging(value);
this.SendPropertyChanging();
this._Long_Term_Investments = value;
this.SendPropertyChanged("Long_Term_Investments");
this.OnLong_Term_InvestmentsChanged();
}
}
}
[Column(Name="[Other Long Term Assets, Total]", Storage="_Other_Long_Term_Assets__Total", DbType="Money")]
public System.Nullable<decimal> Other_Long_Term_Assets__Total
{
get
{
return this._Other_Long_Term_Assets__Total;
}
set
{
if ((this._Other_Long_Term_Assets__Total != value))
{
this.OnOther_Long_Term_Assets__TotalChanging(value);
this.SendPropertyChanging();
this._Other_Long_Term_Assets__Total = value;
this.SendPropertyChanged("Other_Long_Term_Assets__Total");
this.OnOther_Long_Term_Assets__TotalChanged();
}
}
}
[Column(Name="[Total Assets]", Storage="_Total_Assets", DbType="Money")]
public System.Nullable<decimal> Total_Assets
{
get
{
return this._Total_Assets;
}
set
{
if ((this._Total_Assets != value))
{
this.OnTotal_AssetsChanging(value);
this.SendPropertyChanging();
this._Total_Assets = value;
this.SendPropertyChanged("Total_Assets");
this.OnTotal_AssetsChanged();
}
}
}
[Column(Name="[Accounts Payable]", Storage="_Accounts_Payable", DbType="Money")]
public System.Nullable<decimal> Accounts_Payable
{
get
{
return this._Accounts_Payable;
}
set
{
if ((this._Accounts_Payable != value))
{
this.OnAccounts_PayableChanging(value);
this.SendPropertyChanging();
this._Accounts_Payable = value;
this.SendPropertyChanged("Accounts_Payable");
this.OnAccounts_PayableChanged();
}
}
}
[Column(Name="[Accrued Expenses]", Storage="_Accrued_Expenses", DbType="Money")]
public System.Nullable<decimal> Accrued_Expenses
{
get
{
return this._Accrued_Expenses;
}
set
{
if ((this._Accrued_Expenses != value))
{
this.OnAccrued_ExpensesChanging(value);
this.SendPropertyChanging();
this._Accrued_Expenses = value;
this.SendPropertyChanged("Accrued_Expenses");
this.OnAccrued_ExpensesChanged();
}
}
}
[Column(Name="[Notes Payable/Short Term Debt]", Storage="_Notes_Payable_Short_Term_Debt", DbType="Money")]
public System.Nullable<decimal> Notes_Payable_Short_Term_Debt
{
get
{
return this._Notes_Payable_Short_Term_Debt;
}
set
{
if ((this._Notes_Payable_Short_Term_Debt != value))
{
this.OnNotes_Payable_Short_Term_DebtChanging(value);
this.SendPropertyChanging();
this._Notes_Payable_Short_Term_Debt = value;
this.SendPropertyChanged("Notes_Payable_Short_Term_Debt");
this.OnNotes_Payable_Short_Term_DebtChanged();
}
}
}
[Column(Name="[Current Port. of LT Debt/Capital Leases]", Storage="_Current_Port__of_LT_Debt_Capital_Leases", DbType="Money")]
public System.Nullable<decimal> Current_Port__of_LT_Debt_Capital_Leases
{
get
{
return this._Current_Port__of_LT_Debt_Capital_Leases;
}
set
{
if ((this._Current_Port__of_LT_Debt_Capital_Leases != value))
{
this.OnCurrent_Port__of_LT_Debt_Capital_LeasesChanging(value);
this.SendPropertyChanging();
this._Current_Port__of_LT_Debt_Capital_Leases = value;
this.SendPropertyChanged("Current_Port__of_LT_Debt_Capital_Leases");
this.OnCurrent_Port__of_LT_Debt_Capital_LeasesChanged();
}
}
}
[Column(Name="[Other Current liabilities, Total]", Storage="_Other_Current_liabilities__Total", DbType="Money")]
public System.Nullable<decimal> Other_Current_liabilities__Total
{
get
{
return this._Other_Current_liabilities__Total;
}
set
{
if ((this._Other_Current_liabilities__Total != value))
{
this.OnOther_Current_liabilities__TotalChanging(value);
this.SendPropertyChanging();
this._Other_Current_liabilities__Total = value;
this.SendPropertyChanged("Other_Current_liabilities__Total");
this.OnOther_Current_liabilities__TotalChanged();
}
}
}
[Column(Name="[Total Current Liabilities]", Storage="_Total_Current_Liabilities", DbType="Money")]
public System.Nullable<decimal> Total_Current_Liabilities
{
get
{
return this._Total_Current_Liabilities;
}
set
{
if ((this._Total_Current_Liabilities != value))
{
this.OnTotal_Current_LiabilitiesChanging(value);
this.SendPropertyChanging();
this._Total_Current_Liabilities = value;
this.SendPropertyChanged("Total_Current_Liabilities");
this.OnTotal_Current_LiabilitiesChanged();
}
}
}
[Column(Name="[Long Term Debt]", Storage="_Long_Term_Debt", DbType="Money")]
public System.Nullable<decimal> Long_Term_Debt
{
get
{
return this._Long_Term_Debt;
}
set
{
if ((this._Long_Term_Debt != value))
{
this.OnLong_Term_DebtChanging(value);
this.SendPropertyChanging();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -