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()
Namespace: Evatic.Common.Service.DataContract.StagingTables
Assembly: Evatic.Common.dll
Syntax
[DataContract(Name = "StockQuantity", Namespace = "http://schema.evatic.com/2012/10/24")]
public class StockQuantityDataContract
Properties
View SourceArticleCode
Declaration
[DataMember(IsRequired = true)]
public string ArticleCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastSavedDate
Declaration
[DataMember]
public DateTime? LastSavedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Location
Declaration
[DataMember]
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Declaration
[DataMember(IsRequired = true)]
public decimal? Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
StockCode
Declaration
[DataMember(IsRequired = true)]
public string StockCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |