Documentation
Show / Hide Table of Contents

Class Article

Inheritance
System.Object
Article
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class Article

Properties

View Source

AccountNo

DB ACCOUNT_NO

Declaration
public string AccountNo { get; set; }
Property Value
Type Description
System.String
View Source

ArticleDescription

DB ARTICLE_DESCRIPTION

Declaration
public string ArticleDescription { get; set; }
Property Value
Type Description
System.String
View Source

ArticleInfo

DB ARTICLE_INFO

Declaration
public string ArticleInfo { get; set; }
Property Value
Type Description
System.String
View Source

ArticleNo

DB ARTICLE_NO

Declaration
public string ArticleNo { get; set; }
Property Value
Type Description
System.String
View Source

ArticleNoSupplier

DB ARTICLE_NO_SUPPLIER

Declaration
public string ArticleNoSupplier { get; set; }
Property Value
Type Description
System.String
View Source

ArticleSearchname

DB ARTICLE_SEARCHNAME

Declaration
public string ArticleSearchname { get; set; }
Property Value
Type Description
System.String
View Source

ArticleStatus

DB ARTICLE_STATUS

Declaration
public string ArticleStatus { get; set; }
Property Value
Type Description
System.String
View Source

Company

DB COMPANY

Declaration
public string Company { get; set; }
Property Value
Type Description
System.String
View Source

CostGroup

DB COST_GROUP

Declaration
public decimal? CostGroup { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

CostListPrice

DB COST_LIST_PRICE

Declaration
public decimal? CostListPrice { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

CostPrice

DB COST_PRICE

Declaration
public decimal? CostPrice { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

CostPriceDiscount1

DB DISCOUNT_COST_PRICE

Declaration
public decimal? CostPriceDiscount1 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

CostPriceDiscount2

DB DISCOUNT_COST_PRICE2

Declaration
public decimal? CostPriceDiscount2 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

EanNo

DB EAN_NO

Declaration
public string EanNo { get; set; }
Property Value
Type Description
System.String
View Source

ObjDate

DB OBJ_DATE

Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

ProcessingInformation

DB PROCESSING_INFORMATION

Declaration
public string ProcessingInformation { get; set; }
Property Value
Type Description
System.String
View Source

ProcessingStatus

DB PROCESSING_STATUS

Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type Description
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum
View Source

ProcessingTimestamp

DB PROCESSING_TIMESTAMP

Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

RegisterTimestamp

DB REGISTER_TIMESTAMP

Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

RowId

DB ROW_ID (Primary key)

Declaration
public int RowId { get; set; }
Property Value
Type Description
System.Int32
View Source

SalesPrice1

DB SALES_PRICE_1

Declaration
public decimal? SalesPrice1 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

SalesPrice2

DB SALES_PRICE_2

Declaration
public decimal? SalesPrice2 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

SalesPrice3

DB SALES_PRICE_3

Declaration
public decimal? SalesPrice3 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

SalesPrice4

DB SALES_PRICE_4

Declaration
public decimal? SalesPrice4 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

SalesPrice5

DB SALES_PRICE_5

Declaration
public decimal? SalesPrice5 { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
View Source

SerialNo

DB SERIAL_NO

Declaration
public int? SerialNo { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Sortgroup1

DB SORTGROUP_1

Declaration
public string Sortgroup1 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup1Text

DB SORTGROUP_1_TEXT

Declaration
public string Sortgroup1Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup2

DB SORTGROUP_2

Declaration
public string Sortgroup2 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup2Text

DB SORTGROUP_2_TEXT

Declaration
public string Sortgroup2Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup3

DB SORTGROUP_3

Declaration
public string Sortgroup3 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup3Text

DB SORTGROUP_3_TEXT

Declaration
public string Sortgroup3Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup4

DB SORTGROUP_4

Declaration
public string Sortgroup4 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup4Text

DB SORTGROUP_4_TEXT

Declaration
public string Sortgroup4Text { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup5

DB SORTGROUP_5

Declaration
public string Sortgroup5 { get; set; }
Property Value
Type Description
System.String
View Source

Sortgroup5Text

DB SORTGROUP_5_TEXT

Declaration
public string Sortgroup5Text { get; set; }
Property Value
Type Description
System.String
View Source

StockAccountNo

DB STOCK_ACCOUNT_NO

Declaration
public string StockAccountNo { get; set; }
Property Value
Type Description
System.String
View Source

StockTracking

DB STOCK_TRACKING

Declaration
public string StockTracking { get; set; }
Property Value
Type Description
System.String
View Source

SupplierArticleNo

DB SUPPLIER_ARTICLE_NO

Declaration
public string SupplierArticleNo { get; set; }
Property Value
Type Description
System.String
View Source

SupplierName

DB SUPPLIER_NAME

Declaration
public string SupplierName { get; set; }
Property Value
Type Description
System.String
View Source

SupplierNo

DB SUPPLIER_NO

Declaration
public string SupplierNo { get; set; }
Property Value
Type Description
System.String
View Source

TransactionGuid

DB TRANSACTION_GUID

Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type Description
System.Guid
View Source

TransactionId

DB TRANSACTION_ID

Declaration
public int TransactionId { get; set; }
Property Value
Type Description
System.Int32
View Source

Unit

DB UNIT

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String
View Source

UnitDescription

DB UNIT_DESCRIPTION

Declaration
public string UnitDescription { get; set; }
Property Value
Type Description
System.String
View Source

UseInMobile

DB USE_IN_MOBILE

Declaration
public string UseInMobile { get; set; }
Property Value
Type Description
System.String
View Source

Username

DB USERNAME

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
View Source

VatCode

DB VAT_CODE

Declaration
public decimal? VatCode { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Extension Methods

ArticleDataMapper.GetStagingTablesArticleDataProcessingResult(Article)
ArticleDataMapper.GetStagingTablesArticleDataContract(Article)
  • View Source
CONTACT INFORMATION

Asolvi AS Sluppenveien 25
N-7037 Trondheim
+47 73 80 22 00
Support
FOLLOW US

© Asolvi AS 2018