⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 incomes.designer.cs

📁 利用人工智能算法对财务数据进行分析
💻 CS
📖 第 1 页 / 共 3 页
字号:
					this.SendPropertyChanged("Gross_Profit");
					this.OnGross_ProfitChanged();
				}
			}
		}
		
		[Column(Name="[Selling/General/Admin. Expenses, Total]", Storage="_Selling_General_Admin__Expenses__Total", DbType="Money")]
		public System.Nullable<decimal> Selling_General_Admin__Expenses__Total
		{
			get
			{
				return this._Selling_General_Admin__Expenses__Total;
			}
			set
			{
				if ((this._Selling_General_Admin__Expenses__Total != value))
				{
					this.OnSelling_General_Admin__Expenses__TotalChanging(value);
					this.SendPropertyChanging();
					this._Selling_General_Admin__Expenses__Total = value;
					this.SendPropertyChanged("Selling_General_Admin__Expenses__Total");
					this.OnSelling_General_Admin__Expenses__TotalChanged();
				}
			}
		}
		
		[Column(Name="[Research & Development]", Storage="_Research___Development", DbType="Money")]
		public System.Nullable<decimal> Research___Development
		{
			get
			{
				return this._Research___Development;
			}
			set
			{
				if ((this._Research___Development != value))
				{
					this.OnResearch___DevelopmentChanging(value);
					this.SendPropertyChanging();
					this._Research___Development = value;
					this.SendPropertyChanged("Research___Development");
					this.OnResearch___DevelopmentChanged();
				}
			}
		}
		
		[Column(Name="[Depreciation/Amortization]", Storage="_Depreciation_Amortization", DbType="Money")]
		public System.Nullable<decimal> Depreciation_Amortization
		{
			get
			{
				return this._Depreciation_Amortization;
			}
			set
			{
				if ((this._Depreciation_Amortization != value))
				{
					this.OnDepreciation_AmortizationChanging(value);
					this.SendPropertyChanging();
					this._Depreciation_Amortization = value;
					this.SendPropertyChanged("Depreciation_Amortization");
					this.OnDepreciation_AmortizationChanged();
				}
			}
		}
		
		[Column(Name="[Interest Expense(Income) - Net Operating]", Storage="_Interest_Expense_Income____Net_Operating", DbType="Money")]
		public System.Nullable<decimal> Interest_Expense_Income____Net_Operating
		{
			get
			{
				return this._Interest_Expense_Income____Net_Operating;
			}
			set
			{
				if ((this._Interest_Expense_Income____Net_Operating != value))
				{
					this.OnInterest_Expense_Income____Net_OperatingChanging(value);
					this.SendPropertyChanging();
					this._Interest_Expense_Income____Net_Operating = value;
					this.SendPropertyChanged("Interest_Expense_Income____Net_Operating");
					this.OnInterest_Expense_Income____Net_OperatingChanged();
				}
			}
		}
		
		[Column(Name="[Unusual Expense (Income)]", Storage="_Unusual_Expense__Income_", DbType="Money")]
		public System.Nullable<decimal> Unusual_Expense__Income_
		{
			get
			{
				return this._Unusual_Expense__Income_;
			}
			set
			{
				if ((this._Unusual_Expense__Income_ != value))
				{
					this.OnUnusual_Expense__Income_Changing(value);
					this.SendPropertyChanging();
					this._Unusual_Expense__Income_ = value;
					this.SendPropertyChanged("Unusual_Expense__Income_");
					this.OnUnusual_Expense__Income_Changed();
				}
			}
		}
		
		[Column(Name="[Other Operating Expenses, Total]", Storage="_Other_Operating_Expenses__Total", DbType="Money")]
		public System.Nullable<decimal> Other_Operating_Expenses__Total
		{
			get
			{
				return this._Other_Operating_Expenses__Total;
			}
			set
			{
				if ((this._Other_Operating_Expenses__Total != value))
				{
					this.OnOther_Operating_Expenses__TotalChanging(value);
					this.SendPropertyChanging();
					this._Other_Operating_Expenses__Total = value;
					this.SendPropertyChanged("Other_Operating_Expenses__Total");
					this.OnOther_Operating_Expenses__TotalChanged();
				}
			}
		}
		
		[Column(Name="[Total Operating Expense]", Storage="_Total_Operating_Expense", DbType="Money")]
		public System.Nullable<decimal> Total_Operating_Expense
		{
			get
			{
				return this._Total_Operating_Expense;
			}
			set
			{
				if ((this._Total_Operating_Expense != value))
				{
					this.OnTotal_Operating_ExpenseChanging(value);
					this.SendPropertyChanging();
					this._Total_Operating_Expense = value;
					this.SendPropertyChanged("Total_Operating_Expense");
					this.OnTotal_Operating_ExpenseChanged();
				}
			}
		}
		
		[Column(Name="[Operating Income]", Storage="_Operating_Income", DbType="Money")]
		public System.Nullable<decimal> Operating_Income
		{
			get
			{
				return this._Operating_Income;
			}
			set
			{
				if ((this._Operating_Income != value))
				{
					this.OnOperating_IncomeChanging(value);
					this.SendPropertyChanging();
					this._Operating_Income = value;
					this.SendPropertyChanged("Operating_Income");
					this.OnOperating_IncomeChanged();
				}
			}
		}
		
		[Column(Name="[Interest Income(Expense), Net Non-Operating]", Storage="_Interest_Income_Expense___Net_Non_Operating", DbType="Money")]
		public System.Nullable<decimal> Interest_Income_Expense___Net_Non_Operating
		{
			get
			{
				return this._Interest_Income_Expense___Net_Non_Operating;
			}
			set
			{
				if ((this._Interest_Income_Expense___Net_Non_Operating != value))
				{
					this.OnInterest_Income_Expense___Net_Non_OperatingChanging(value);
					this.SendPropertyChanging();
					this._Interest_Income_Expense___Net_Non_Operating = value;
					this.SendPropertyChanged("Interest_Income_Expense___Net_Non_Operating");
					this.OnInterest_Income_Expense___Net_Non_OperatingChanged();
				}
			}
		}
		
		[Column(Name="[Gain (Loss) on Sale of Assets]", Storage="_Gain__Loss__on_Sale_of_Assets", DbType="Money")]
		public System.Nullable<decimal> Gain__Loss__on_Sale_of_Assets
		{
			get
			{
				return this._Gain__Loss__on_Sale_of_Assets;
			}
			set
			{
				if ((this._Gain__Loss__on_Sale_of_Assets != value))
				{
					this.OnGain__Loss__on_Sale_of_AssetsChanging(value);
					this.SendPropertyChanging();
					this._Gain__Loss__on_Sale_of_Assets = value;
					this.SendPropertyChanged("Gain__Loss__on_Sale_of_Assets");
					this.OnGain__Loss__on_Sale_of_AssetsChanged();
				}
			}
		}
		
		[Column(Name="[Other, Net]", Storage="_Other__Net", DbType="Money")]
		public System.Nullable<decimal> Other__Net
		{
			get
			{
				return this._Other__Net;
			}
			set
			{
				if ((this._Other__Net != value))
				{
					this.OnOther__NetChanging(value);
					this.SendPropertyChanging();
					this._Other__Net = value;
					this.SendPropertyChanged("Other__Net");
					this.OnOther__NetChanged();
				}
			}
		}
		
		[Column(Name="[Income Before Tax]", Storage="_Income_Before_Tax", DbType="Money")]
		public System.Nullable<decimal> Income_Before_Tax
		{
			get
			{
				return this._Income_Before_Tax;
			}
			set
			{
				if ((this._Income_Before_Tax != value))
				{
					this.OnIncome_Before_TaxChanging(value);
					this.SendPropertyChanging();
					this._Income_Before_Tax = value;
					this.SendPropertyChanged("Income_Before_Tax");
					this.OnIncome_Before_TaxChanged();
				}
			}
		}
		
		[Column(Name="[Income After Tax]", Storage="_Income_After_Tax", DbType="Money")]
		public System.Nullable<decimal> Income_After_Tax
		{
			get
			{
				return this._Income_After_Tax;
			}
			set
			{
				if ((this._Income_After_Tax != value))
				{
					this.OnIncome_After_TaxChanging(value);
					this.SendPropertyChanging();
					this._Income_After_Tax = value;
					this.SendPropertyChanged("Income_After_Tax");
					this.OnIncome_After_TaxChanged();
				}
			}
		}
		
		[Column(Name="[Minority Interest]", Storage="_Minority_Interest", DbType="Money")]
		public System.Nullable<decimal> Minority_Interest
		{
			get
			{
				return this._Minority_Interest;
			}
			set
			{
				if ((this._Minority_Interest != value))
				{
					this.OnMinority_InterestChanging(value);
					this.SendPropertyChanging();
					this._Minority_Interest = value;
					this.SendPropertyChanged("Minority_Interest");
					this.OnMinority_InterestChanged();
				}
			}
		}
		
		[Column(Name="[Equity In Affiliates]", Storage="_Equity_In_Affiliates", DbType="Money")]
		public System.Nullable<decimal> Equity_In_Affiliates
		{
			get
			{
				return this._Equity_In_Affiliates;
			}
			set
			{
				if ((this._Equity_In_Affiliates != value))
				{
					this.OnEquity_In_AffiliatesChanging(value);
					this.SendPropertyChanging();
					this._Equity_In_Affiliates = value;
					this.SendPropertyChanged("Equity_In_Affiliates");
					this.OnEquity_In_AffiliatesChanged();
				}
			}
		}
		
		[Column(Name="[Net Income Before Extra. Items]", Storage="_Net_Income_Before_Extra__Items", DbType="Money")]
		public System.Nullable<decimal> Net_Income_Before_Extra__Items
		{
			get
			{
				return this._Net_Income_Before_Extra__Items;
			}
			set
			{
				if ((this._Net_Income_Before_Extra__Items != value))
				{
					this.OnNet_Income_Before_Extra__ItemsChanging(value);
					this.SendPropertyChanging();
					this._Net_Income_Before_Extra__Items = value;
					this.SendPropertyChanged("Net_Income_Before_Extra__Items");
					this.OnNet_Income_Before_Extra__ItemsChanged();
				}
			}
		}
		
		[Column(Name="[Accounting Change]", Storage="_Accounting_Change", DbType="Money")]
		public System.Nullable<decimal> Accounting_Change
		{
			get
			{
				return this._Accounting_Change;
			}
			set
			{
				if ((this._Accounting_Change != value))
				{
					this.OnAccounting_ChangeChanging(value);
					this.SendPropertyChanging();
					this._Accounting_Change = value;
					this.SendPropertyChanged("Accounting_Change");
					this.OnAccounting_ChangeChanged();
				}
			}
		}
		
		[Column(Name="[Discontinued Operations]", Storage="_Discontinued_Operations", DbType="Money")]
		public System.Nullable<decimal> Discontinued_Operations
		{
			get
			{
				return this._Discontinued_Operations;
			}
			set
			{
				if ((this._Discontinued_Operations != value))
				{
					this.OnDiscontinued_OperationsChanging(value);
					this.SendPropertyChanging();
					this._Discontinued_Operations = value;
					this.SendPropertyChanged("Discontinued_Operations");
					this.OnDiscontinued_OperationsChanged();
				}
			}
		}
		
		[Column(Name="[Extraordinary Item]", Storage="_Extraordinary_Item", DbType="Money")]
		public System.Nullable<decimal> Extraordinary_Item
		{
			get
			{
				return this._Extraordinary_Item;
			}
			set
			{
				if ((this._Extraordinary_Item != value))
				{
					this.OnExtraordinary_ItemChanging(value);
					this.SendPropertyChanging();
					this._Extraordinary_Item = value;
					this.SendPropertyChanged("Extraordinary_Item");
					this.OnExtraordinary_ItemChanged();
				}
			}
		}
		
		[Column(Name="[Net Income]", Storage="_Net_Income", DbType="Money")]
		public System.Nullable<decimal> Net_Income
		{
			get
			{
				return this._Net_Income;
			}
			set
			{
				if ((this._Net_Income != value))
				{
					this.OnNet_IncomeChanging(value);
					this.SendPropertyChanging();
					this._Net_Income = value;
					this.SendPropertyChanged("Net_Income");
					this.OnNet_IncomeChanged();
				}
			}
		}
		
		[Column(Name="[Preferred Dividends]", Storage="_Preferred_Dividends", DbType="Money")]
		public System.Nullable<decimal> Preferred_Dividends
		{
			get
			{
				return this._Preferred_Dividends;
			}
			set
			{
				if ((this._Preferred_Dividends != value))
				{
					this.OnPreferred_DividendsChanging(value);
					this.SendPropertyChanging();
					this._Preferred_Dividends = value;
					this.SendPropertyChanged("Preferred_Dividends");
					this.OnPreferred_DividendsChanged();
				}
			}
		}
		
		[Column(Name="[Income Available to Common Excl. Extra Items]", Storage="_Income_Available_to_Common_Excl__Extra_Items", DbType="Money")]
		public System.Nullable<decimal> Income_Available_to_Common_Excl__Extra_Items
		{
			get
			{
				return this._Income_Available_to_Common_Excl__Extra_Items;
			}
			set
			{
				if ((this._Income_Available_to_Common_Excl__Extra_Items != value))
				{
					this.OnIncome_Available_to_Common_Excl__Extra_ItemsChanging(value);
					this.SendPropertyChanging();
					this._Income_Available_to_Common_Excl__Extra_Items = value;
					this.SendPropertyChanged("Income_Available_to_Common_Excl__Extra_Items");
					this.OnIncome_Available_to_Common_Excl__Extra_ItemsChanged();
				}
			}
		}
		
		[Column(Name="[Income Available to Common Incl. Extra Items]", Storage="_Income_Available_to_Common_Incl__Extra_Items", DbType="Money")]
		public System.Nullable<decimal> Income_Available_to_Common_Incl__Extra_Items
		{
			get
			{
				return this._Income_Available_to_Common_Incl__Extra_Items;
			}
			set
			{

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -