Class StockQuantityDataMapper
Inheritance
System.Object
StockQuantityDataMapper
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.Mappings
Assembly: Evatic.Common.dll
Syntax
public static class StockQuantityDataMapper
Methods
View SourceGetPocoStockQuantity(StockQuantityDataContract, SetStocksQuantityRequestDataContract)
Declaration
public static StockQuantity GetPocoStockQuantity(this StockQuantityDataContract contractObject, SetStocksQuantityRequestDataContract commonData)
Parameters
Type | Name | Description |
---|---|---|
StockQuantityDataContract | contractObject | |
SetStocksQuantityRequestDataContract | commonData |
Returns
Type | Description |
---|---|
StockQuantity |
GetStagingTablesStockQuantityDataProcessingResult(StockQuantity)
Declaration
public static StockQuantityDataProcessingResult GetStagingTablesStockQuantityDataProcessingResult(this StockQuantity stockQuantity)
Parameters
Type | Name | Description |
---|---|---|
StockQuantity | stockQuantity |
Returns
Type | Description |
---|---|
StockQuantityDataProcessingResult |