📄 cashflows.designer.cs
字号:
public System.Nullable<decimal> Non_Cash_Items
{
get
{
return this._Non_Cash_Items;
}
set
{
if ((this._Non_Cash_Items != value))
{
this.OnNon_Cash_ItemsChanging(value);
this.SendPropertyChanging();
this._Non_Cash_Items = value;
this.SendPropertyChanged("Non_Cash_Items");
this.OnNon_Cash_ItemsChanged();
}
}
}
[Column(Name="[Changes in Working Capital]", Storage="_Changes_in_Working_Capital", DbType="Money")]
public System.Nullable<decimal> Changes_in_Working_Capital
{
get
{
return this._Changes_in_Working_Capital;
}
set
{
if ((this._Changes_in_Working_Capital != value))
{
this.OnChanges_in_Working_CapitalChanging(value);
this.SendPropertyChanging();
this._Changes_in_Working_Capital = value;
this.SendPropertyChanged("Changes_in_Working_Capital");
this.OnChanges_in_Working_CapitalChanged();
}
}
}
[Column(Name="[Cash from Operating Activities]", Storage="_Cash_from_Operating_Activities", DbType="Money")]
public System.Nullable<decimal> Cash_from_Operating_Activities
{
get
{
return this._Cash_from_Operating_Activities;
}
set
{
if ((this._Cash_from_Operating_Activities != value))
{
this.OnCash_from_Operating_ActivitiesChanging(value);
this.SendPropertyChanging();
this._Cash_from_Operating_Activities = value;
this.SendPropertyChanged("Cash_from_Operating_Activities");
this.OnCash_from_Operating_ActivitiesChanged();
}
}
}
[Column(Name="[Capital Expenditures]", Storage="_Capital_Expenditures", DbType="Money")]
public System.Nullable<decimal> Capital_Expenditures
{
get
{
return this._Capital_Expenditures;
}
set
{
if ((this._Capital_Expenditures != value))
{
this.OnCapital_ExpendituresChanging(value);
this.SendPropertyChanging();
this._Capital_Expenditures = value;
this.SendPropertyChanged("Capital_Expenditures");
this.OnCapital_ExpendituresChanged();
}
}
}
[Column(Name="[Other Investing Cash Flow Items, Total]", Storage="_Other_Investing_Cash_Flow_Items__Total", DbType="Money")]
public System.Nullable<decimal> Other_Investing_Cash_Flow_Items__Total
{
get
{
return this._Other_Investing_Cash_Flow_Items__Total;
}
set
{
if ((this._Other_Investing_Cash_Flow_Items__Total != value))
{
this.OnOther_Investing_Cash_Flow_Items__TotalChanging(value);
this.SendPropertyChanging();
this._Other_Investing_Cash_Flow_Items__Total = value;
this.SendPropertyChanged("Other_Investing_Cash_Flow_Items__Total");
this.OnOther_Investing_Cash_Flow_Items__TotalChanged();
}
}
}
[Column(Name="[Cash from Investing Activities]", Storage="_Cash_from_Investing_Activities", DbType="Money")]
public System.Nullable<decimal> Cash_from_Investing_Activities
{
get
{
return this._Cash_from_Investing_Activities;
}
set
{
if ((this._Cash_from_Investing_Activities != value))
{
this.OnCash_from_Investing_ActivitiesChanging(value);
this.SendPropertyChanging();
this._Cash_from_Investing_Activities = value;
this.SendPropertyChanged("Cash_from_Investing_Activities");
this.OnCash_from_Investing_ActivitiesChanged();
}
}
}
[Column(Name="[Financing Cash Flow Items]", Storage="_Financing_Cash_Flow_Items", DbType="Money")]
public System.Nullable<decimal> Financing_Cash_Flow_Items
{
get
{
return this._Financing_Cash_Flow_Items;
}
set
{
if ((this._Financing_Cash_Flow_Items != value))
{
this.OnFinancing_Cash_Flow_ItemsChanging(value);
this.SendPropertyChanging();
this._Financing_Cash_Flow_Items = value;
this.SendPropertyChanged("Financing_Cash_Flow_Items");
this.OnFinancing_Cash_Flow_ItemsChanged();
}
}
}
[Column(Name="[Total Cash Dividends Paid]", Storage="_Total_Cash_Dividends_Paid", DbType="Money")]
public System.Nullable<decimal> Total_Cash_Dividends_Paid
{
get
{
return this._Total_Cash_Dividends_Paid;
}
set
{
if ((this._Total_Cash_Dividends_Paid != value))
{
this.OnTotal_Cash_Dividends_PaidChanging(value);
this.SendPropertyChanging();
this._Total_Cash_Dividends_Paid = value;
this.SendPropertyChanged("Total_Cash_Dividends_Paid");
this.OnTotal_Cash_Dividends_PaidChanged();
}
}
}
[Column(Name="[Issuance (Retirement) of Stock, Net]", Storage="_Issuance__Retirement__of_Stock__Net", DbType="Money")]
public System.Nullable<decimal> Issuance__Retirement__of_Stock__Net
{
get
{
return this._Issuance__Retirement__of_Stock__Net;
}
set
{
if ((this._Issuance__Retirement__of_Stock__Net != value))
{
this.OnIssuance__Retirement__of_Stock__NetChanging(value);
this.SendPropertyChanging();
this._Issuance__Retirement__of_Stock__Net = value;
this.SendPropertyChanged("Issuance__Retirement__of_Stock__Net");
this.OnIssuance__Retirement__of_Stock__NetChanged();
}
}
}
[Column(Name="[Issuance (Retirement) of Debt, Net]", Storage="_Issuance__Retirement__of_Debt__Net", DbType="Money")]
public System.Nullable<decimal> Issuance__Retirement__of_Debt__Net
{
get
{
return this._Issuance__Retirement__of_Debt__Net;
}
set
{
if ((this._Issuance__Retirement__of_Debt__Net != value))
{
this.OnIssuance__Retirement__of_Debt__NetChanging(value);
this.SendPropertyChanging();
this._Issuance__Retirement__of_Debt__Net = value;
this.SendPropertyChanged("Issuance__Retirement__of_Debt__Net");
this.OnIssuance__Retirement__of_Debt__NetChanged();
}
}
}
[Column(Name="[Cash from Financing Activities]", Storage="_Cash_from_Financing_Activities", DbType="Money")]
public System.Nullable<decimal> Cash_from_Financing_Activities
{
get
{
return this._Cash_from_Financing_Activities;
}
set
{
if ((this._Cash_from_Financing_Activities != value))
{
this.OnCash_from_Financing_ActivitiesChanging(value);
this.SendPropertyChanging();
this._Cash_from_Financing_Activities = value;
this.SendPropertyChanged("Cash_from_Financing_Activities");
this.OnCash_from_Financing_ActivitiesChanged();
}
}
}
[Column(Name="[Foreign Exchange Effects]", Storage="_Foreign_Exchange_Effects", DbType="Money")]
public System.Nullable<decimal> Foreign_Exchange_Effects
{
get
{
return this._Foreign_Exchange_Effects;
}
set
{
if ((this._Foreign_Exchange_Effects != value))
{
this.OnForeign_Exchange_EffectsChanging(value);
this.SendPropertyChanging();
this._Foreign_Exchange_Effects = value;
this.SendPropertyChanged("Foreign_Exchange_Effects");
this.OnForeign_Exchange_EffectsChanged();
}
}
}
[Column(Name="[Net Change in Cash]", Storage="_Net_Change_in_Cash", DbType="Money")]
public System.Nullable<decimal> Net_Change_in_Cash
{
get
{
return this._Net_Change_in_Cash;
}
set
{
if ((this._Net_Change_in_Cash != value))
{
this.OnNet_Change_in_CashChanging(value);
this.SendPropertyChanging();
this._Net_Change_in_Cash = value;
this.SendPropertyChanged("Net_Change_in_Cash");
this.OnNet_Change_in_CashChanged();
}
}
}
[Column(Name="[Cash Interest Paid, Supplemental]", Storage="_Cash_Interest_Paid__Supplemental", DbType="Money")]
public System.Nullable<decimal> Cash_Interest_Paid__Supplemental
{
get
{
return this._Cash_Interest_Paid__Supplemental;
}
set
{
if ((this._Cash_Interest_Paid__Supplemental != value))
{
this.OnCash_Interest_Paid__SupplementalChanging(value);
this.SendPropertyChanging();
this._Cash_Interest_Paid__Supplemental = value;
this.SendPropertyChanged("Cash_Interest_Paid__Supplemental");
this.OnCash_Interest_Paid__SupplementalChanged();
}
}
}
[Column(Name="[Cash Taxes Paid, Supplemental]", Storage="_Cash_Taxes_Paid__Supplemental", DbType="Money")]
public System.Nullable<decimal> Cash_Taxes_Paid__Supplemental
{
get
{
return this._Cash_Taxes_Paid__Supplemental;
}
set
{
if ((this._Cash_Taxes_Paid__Supplemental != value))
{
this.OnCash_Taxes_Paid__SupplementalChanging(value);
this.SendPropertyChanging();
this._Cash_Taxes_Paid__Supplemental = value;
this.SendPropertyChanged("Cash_Taxes_Paid__Supplemental");
this.OnCash_Taxes_Paid__SupplementalChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void SendPropertyChanging()
{
if ((this.PropertyChanging != null))
{
this.PropertyChanging(this, emptyChangingEventArgs);
}
}
protected virtual void SendPropertyChanged(String propertyName)
{
if ((this.PropertyChanged != null))
{
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
}
}
#pragma warning restore 1591
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -