Class Article
Inheritance
Inherited Members
Namespace: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class Article
Properties
View SourceAccountNo
DB ACCOUNT_NO
Declaration
public string AccountNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ArticleDescription
DB ARTICLE_DESCRIPTION
Declaration
public string ArticleDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ArticleInfo
DB ARTICLE_INFO
Declaration
public string ArticleInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ArticleNo
DB ARTICLE_NO
Declaration
public string ArticleNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ArticleNoSupplier
DB ARTICLE_NO_SUPPLIER
Declaration
public string ArticleNoSupplier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ArticleSearchname
DB ARTICLE_SEARCHNAME
Declaration
public string ArticleSearchname { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ArticleStatus
DB ARTICLE_STATUS
Declaration
public string ArticleStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Company
DB COMPANY
Declaration
public string Company { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CostGroup
DB COST_GROUP
Declaration
public decimal? CostGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CostListPrice
DB COST_LIST_PRICE
Declaration
public decimal? CostListPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CostPrice
DB COST_PRICE
Declaration
public decimal? CostPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CostPriceDiscount1
DB DISCOUNT_COST_PRICE
Declaration
public decimal? CostPriceDiscount1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CostPriceDiscount2
DB DISCOUNT_COST_PRICE2
Declaration
public decimal? CostPriceDiscount2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
EanNo
DB EAN_NO
Declaration
public string EanNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjDate
DB OBJ_DATE
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ProcessingInformation
DB PROCESSING_INFORMATION
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingStatus
DB PROCESSING_STATUS
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
ProcessingTimestamp
DB PROCESSING_TIMESTAMP
Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RegisterTimestamp
DB REGISTER_TIMESTAMP
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RowId
DB ROW_ID (Primary key)
Declaration
public int RowId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SalesPrice1
DB SALES_PRICE_1
Declaration
public decimal? SalesPrice1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SalesPrice2
DB SALES_PRICE_2
Declaration
public decimal? SalesPrice2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SalesPrice3
DB SALES_PRICE_3
Declaration
public decimal? SalesPrice3 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SalesPrice4
DB SALES_PRICE_4
Declaration
public decimal? SalesPrice4 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SalesPrice5
DB SALES_PRICE_5
Declaration
public decimal? SalesPrice5 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SerialNo
DB SERIAL_NO
Declaration
public int? SerialNo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Sortgroup1
DB SORTGROUP_1
Declaration
public string Sortgroup1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup1Text
DB SORTGROUP_1_TEXT
Declaration
public string Sortgroup1Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup2
DB SORTGROUP_2
Declaration
public string Sortgroup2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup2Text
DB SORTGROUP_2_TEXT
Declaration
public string Sortgroup2Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup3
DB SORTGROUP_3
Declaration
public string Sortgroup3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup3Text
DB SORTGROUP_3_TEXT
Declaration
public string Sortgroup3Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup4
DB SORTGROUP_4
Declaration
public string Sortgroup4 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup4Text
DB SORTGROUP_4_TEXT
Declaration
public string Sortgroup4Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup5
DB SORTGROUP_5
Declaration
public string Sortgroup5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sortgroup5Text
DB SORTGROUP_5_TEXT
Declaration
public string Sortgroup5Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StockAccountNo
DB STOCK_ACCOUNT_NO
Declaration
public string StockAccountNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StockTracking
DB STOCK_TRACKING
Declaration
public string StockTracking { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupplierArticleNo
DB SUPPLIER_ARTICLE_NO
Declaration
public string SupplierArticleNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupplierName
DB SUPPLIER_NAME
Declaration
public string SupplierName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupplierNo
DB SUPPLIER_NO
Declaration
public string SupplierNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionGuid
DB TRANSACTION_GUID
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionId
DB TRANSACTION_ID
Declaration
public int TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Unit
DB UNIT
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitDescription
DB UNIT_DESCRIPTION
Declaration
public string UnitDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseInMobile
DB USE_IN_MOBILE
Declaration
public string UseInMobile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
DB USERNAME
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatCode
DB VAT_CODE
Declaration
public decimal? VatCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |