Class StockQuantityDataContract
Inheritance
System.Object
StockQuantityDataContract
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()
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class StockQuantityDataContract
Properties
View Source
Adjust
Declaration
[DataMember]
public int Adjust { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ArticleDescription
Declaration
[DataMember]
public string ArticleDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ArticleGuid
Declaration
[DataMember]
public Guid ArticleGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ArticleInfo
Declaration
[DataMember]
public string ArticleInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ArticleNo
Declaration
[DataMember]
public string ArticleNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ArticleUseSerialNo
Declaration
[DataMember]
public int ArticleUseSerialNo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
BinLocation
Declaration
[DataMember]
public string BinLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CostPrice
Declaration
[DataMember]
public decimal? CostPrice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
EanNo
Declaration
[DataMember]
public string EanNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Location
Declaration
[DataMember]
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MaxAmount
Declaration
[DataMember]
public decimal? MaxAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
OrderedQuantity
Declaration
[DataMember]
public decimal? OrderedQuantity { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
OrderQuantity
Declaration
[DataMember]
public decimal? OrderQuantity { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Declaration
[DataMember]
public string ProcessingInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcessingStatus
Declaration
[DataMember]
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
|
View Source
PurchaseUnit
Declaration
[DataMember]
public string PurchaseUnit { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Quantity
Declaration
[DataMember]
public decimal? Quantity { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
QuantityInSalesOrder
Declaration
[DataMember]
public decimal? QuantityInSalesOrder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
QuantityToOrder
Declaration
[DataMember]
public decimal? QuantityToOrder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
ReOrderPoint
Declaration
[DataMember]
public decimal? ReOrderPoint { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
SalesPrice1
Declaration
[DataMember]
public decimal? SalesPrice1 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
SerialNoArticle
Declaration
[DataMember]
public string SerialNoArticle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
StockDescription
Declaration
[DataMember]
public string StockDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
StockGuid
Declaration
[DataMember]
public Guid? StockGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
StockLogType
Declaration
[DataMember]
public StockAdminLogTypeEnumDataContract StockLogType { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.Stock.StockAdminLogTypeEnumDataContract |
|
View Source
StockNo
Declaration
[DataMember]
public string StockNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SupplierGuid
Declaration
[DataMember]
public Guid? SupplierGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
SupplierName
Declaration
[DataMember]
public string SupplierName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SupplierNo
Declaration
[DataMember]
public string SupplierNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Unit
Declaration
[DataMember]
public string Unit { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Username
Declaration
[DataMember]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|