📄 yusample.designer.cs
字号:
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace FinanceAI.Data.Samples
{
using System.Data.Linq;
using System.Data.Linq.Mapping;
using System.Data;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using System.Linq.Expressions;
using System.ComponentModel;
using System;
[System.Data.Linq.Mapping.DatabaseAttribute(Name="FinancialData")]
public partial class YUSampleDataContext : System.Data.Linq.DataContext
{
private static System.Data.Linq.Mapping.MappingSource mappingSource = new AttributeMappingSource();
#region Extensibility Method Definitions
partial void OnCreated();
#endregion
public YUSampleDataContext() :
base(global::FinanceAI.Properties.Settings.Default.FinancialDataConnectionString1, mappingSource)
{
OnCreated();
}
public YUSampleDataContext(string connection) :
base(connection, mappingSource)
{
OnCreated();
}
public YUSampleDataContext(System.Data.IDbConnection connection) :
base(connection, mappingSource)
{
OnCreated();
}
public YUSampleDataContext(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
base(connection, mappingSource)
{
OnCreated();
}
public YUSampleDataContext(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :
base(connection, mappingSource)
{
OnCreated();
}
public System.Data.Linq.Table<YUSample> YUSamples
{
get
{
return this.GetTable<YUSample>();
}
}
}
[Table(Name="dbo.YUSamples")]
public partial class YUSample
{
private string _Ticker;
private System.DateTime _Date;
private System.Nullable<decimal> _Revenue;
private System.Nullable<decimal> _Other_Revenue__Total;
private System.Nullable<decimal> _Total_Revenue;
private System.Nullable<decimal> _Cost_Of_Revenue__Total;
private System.Nullable<decimal> _Gross_Profit;
private System.Nullable<decimal> _Selling_General_Admin__Expenses__Total;
private System.Nullable<decimal> _Research___Development;
private System.Nullable<decimal> _Depreciation_Amortization;
private System.Nullable<decimal> _Interest_Expense_Income____Net_Operating;
private System.Nullable<decimal> _Unusual_Expense__Income_;
private System.Nullable<decimal> _Other_Operating_Expenses__Total;
private System.Nullable<decimal> _Total_Operating_Expense;
private System.Nullable<decimal> _Operating_Income;
private System.Nullable<decimal> _Interest_Income_Expense___Net_Non_Operating;
private System.Nullable<decimal> _Gain__Loss__on_Sale_of_Assets;
private System.Nullable<decimal> _Other__Net;
private System.Nullable<decimal> _Income_Before_Tax;
private System.Nullable<decimal> _Income_After_Tax;
private System.Nullable<decimal> _Minority_Interest;
private System.Nullable<decimal> _Equity_In_Affiliates;
private System.Nullable<decimal> _Net_Income_Before_Extra__Items;
private System.Nullable<decimal> _Accounting_Change;
private System.Nullable<decimal> _Discontinued_Operations;
private System.Nullable<decimal> _Extraordinary_Item;
private System.Nullable<decimal> _Net_Income;
private System.Nullable<decimal> _Preferred_Dividends;
private System.Nullable<decimal> _Income_Available_to_Common_Excl__Extra_Items;
private System.Nullable<decimal> _Income_Available_to_Common_Incl__Extra_Items;
private System.Nullable<decimal> _Basic_Weighted_Average_Shares;
private System.Nullable<decimal> _Basic_EPS_Excluding_Extraordinary_Items;
private System.Nullable<decimal> _Basic_EPS_Including_Extraordinary_Items;
private System.Nullable<decimal> _Dilution_Adjustment;
private System.Nullable<decimal> _Diluted_Weighted_Average_Shares;
private System.Nullable<decimal> _Diluted_EPS_Excluding_Extraordinary_Items;
private System.Nullable<decimal> _Diluted_EPS_Including_Extraordinary_Items;
private System.Nullable<decimal> _Dividends_per_Share___Common_Stock_Primary_Issue;
private System.Nullable<decimal> _Gross_Dividends___Common_Stock;
private System.Nullable<decimal> _Net_Income_after_Stock_Based_Comp__Expense;
private System.Nullable<decimal> _Basic_EPS_after_Stock_Based_Comp__Expense;
private System.Nullable<decimal> _Diluted_EPS_after_Stock_Based_Comp__Expense;
private System.Nullable<decimal> _Depreciation__Supplemental;
private System.Nullable<decimal> _Total_Special_Items;
private System.Nullable<decimal> _Normalized_Income_Before_Taxes;
private System.Nullable<decimal> _Effect_of_Special_Items_on_Income_Taxes;
private System.Nullable<decimal> _Income_Taxes_Ex__Impact_of_Special_Items;
private System.Nullable<decimal> _Normalized_Income_After_Taxes;
private System.Nullable<decimal> _Normalized_Income_Avail_to_Common;
private System.Nullable<decimal> _Basic_Normalized_EPS;
private System.Nullable<decimal> _Diluted_Normalized_EPS;
private System.Nullable<decimal> _Cash___Equivalents;
private System.Nullable<decimal> _Short_Term_Investments;
private System.Nullable<decimal> _Cash_and_Short_Term_Investments;
private System.Nullable<decimal> _Accounts_Receivable___Trade__Net;
private System.Nullable<decimal> _Receivables___Other;
private System.Nullable<decimal> _Total_Receivables__Net;
private System.Nullable<decimal> _Total_Inventory;
private System.Nullable<decimal> _Prepaid_Expenses;
private System.Nullable<decimal> _Other_Current_Assets__Total;
private System.Nullable<decimal> _Total_Current_Assets;
private System.Nullable<decimal> _Property_Plant_Equipment__Total___Gross;
private System.Nullable<decimal> _Goodwill__Net;
private System.Nullable<decimal> _Intangibles__Net;
private System.Nullable<decimal> _Long_Term_Investments;
private System.Nullable<decimal> _Other_Long_Term_Assets__Total;
private System.Nullable<decimal> _Total_Assets;
private System.Nullable<decimal> _Accounts_Payable;
private System.Nullable<decimal> _Accrued_Expenses;
private System.Nullable<decimal> _Notes_Payable_Short_Term_Debt;
private System.Nullable<decimal> _Current_Port__of_LT_Debt_Capital_Leases;
private System.Nullable<decimal> _Other_Current_liabilities__Total;
private System.Nullable<decimal> _Total_Current_Liabilities;
private System.Nullable<decimal> _Long_Term_Debt;
private System.Nullable<decimal> _Capital_Lease_Obligations;
private System.Nullable<decimal> _Total_Long_Term_Debt;
private System.Nullable<decimal> _Total_Debt;
private System.Nullable<decimal> _Deferred_Income_Tax;
private System.Nullable<decimal> _Other_Liabilities__Total;
private System.Nullable<decimal> _Total_Liabilities;
private System.Nullable<decimal> _Redeemable_Preferred_Stock__Total;
private System.Nullable<decimal> _Preferred_Stock___Non_Redeemable__Net;
private System.Nullable<decimal> _Common_Stock__Total;
private System.Nullable<decimal> _Additional_Paid_In_Capital;
private System.Nullable<decimal> _Retained_Earnings__Accumulated_Deficit_;
private System.Nullable<decimal> _Treasury_Stock___Common;
private System.Nullable<decimal> _Other_Equity__Total;
private System.Nullable<decimal> _Total_Equity;
private System.Nullable<decimal> _Total_Liabilities___Shareholders__Equity;
private System.Nullable<decimal> _Shares_Outs___Common_Stock_Primary_Issue;
private System.Nullable<decimal> _Total_Common_Shares_Outstanding;
private System.Nullable<decimal> _Depreciation_Depletion;
private System.Nullable<decimal> _Amortization;
private System.Nullable<decimal> _Deferred_Taxes;
private System.Nullable<decimal> _Non_Cash_Items;
private System.Nullable<decimal> _Changes_in_Working_Capital;
private System.Nullable<decimal> _Cash_from_Operating_Activities;
private System.Nullable<decimal> _Capital_Expenditures;
private System.Nullable<decimal> _Other_Investing_Cash_Flow_Items__Total;
private System.Nullable<decimal> _Cash_from_Investing_Activities;
private System.Nullable<decimal> _Financing_Cash_Flow_Items;
private System.Nullable<decimal> _Total_Cash_Dividends_Paid;
private System.Nullable<decimal> _Issuance__Retirement__of_Stock__Net;
private System.Nullable<decimal> _Issuance__Retirement__of_Debt__Net;
private System.Nullable<decimal> _Cash_from_Financing_Activities;
private System.Nullable<decimal> _Foreign_Exchange_Effects;
private System.Nullable<decimal> _Net_Change_in_Cash;
private System.Nullable<decimal> _Cash_Interest_Paid__Supplemental;
private System.Nullable<decimal> _Cash_Taxes_Paid__Supplemental;
public YUSample()
{
}
[Column(Storage="_Ticker", DbType="NChar(20) NOT NULL", CanBeNull=false)]
public string Ticker
{
get
{
return this._Ticker;
}
set
{
if ((this._Ticker != value))
{
this._Ticker = value;
}
}
}
[Column(Storage="_Date", DbType="DateTime NOT NULL")]
public System.DateTime Date
{
get
{
return this._Date;
}
set
{
if ((this._Date != value))
{
this._Date = value;
}
}
}
[Column(Storage="_Revenue", DbType="Money")]
public System.Nullable<decimal> Revenue
{
get
{
return this._Revenue;
}
set
{
if ((this._Revenue != value))
{
this._Revenue = value;
}
}
}
[Column(Name="[Other Revenue, Total]", Storage="_Other_Revenue__Total", DbType="Money")]
public System.Nullable<decimal> Other_Revenue__Total
{
get
{
return this._Other_Revenue__Total;
}
set
{
if ((this._Other_Revenue__Total != value))
{
this._Other_Revenue__Total = value;
}
}
}
[Column(Name="[Total Revenue]", Storage="_Total_Revenue", DbType="Money")]
public System.Nullable<decimal> Total_Revenue
{
get
{
return this._Total_Revenue;
}
set
{
if ((this._Total_Revenue != value))
{
this._Total_Revenue = value;
}
}
}
[Column(Name="[Cost Of Revenue, Total]", Storage="_Cost_Of_Revenue__Total", DbType="Money")]
public System.Nullable<decimal> Cost_Of_Revenue__Total
{
get
{
return this._Cost_Of_Revenue__Total;
}
set
{
if ((this._Cost_Of_Revenue__Total != value))
{
this._Cost_Of_Revenue__Total = value;
}
}
}
[Column(Name="[Gross Profit]", Storage="_Gross_Profit", DbType="Money")]
public System.Nullable<decimal> Gross_Profit
{
get
{
return this._Gross_Profit;
}
set
{
if ((this._Gross_Profit != value))
{
this._Gross_Profit = value;
}
}
}
[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._Selling_General_Admin__Expenses__Total = value;
}
}
}
[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._Research___Development = value;
}
}
}
[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._Depreciation_Amortization = value;
}
}
}
[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._Interest_Expense_Income____Net_Operating = value;
}
}
}
[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._Unusual_Expense__Income_ = value;
}
}
}
[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._Other_Operating_Expenses__Total = value;
}
}
}
[Column(Name="[Total Operating Expense]", Storage="_Total_Operating_Expense", DbType="Money")]
public System.Nullable<decimal> Total_Operating_Expense
{
get
{
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -