Class ShipmentDistributionDateViewModel
Class that represents a ShipmentDistributionDateViewModel
Inheritance
System.Object
ShipmentDistributionDateViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentDistributionDateViewModel : ViewModelBase
Properties
| Improve this Doc View SourceDate
Gets or sets the Date
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
SplitAmount
Gets or sets the SplitAmount
Declaration
public int SplitAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TranshipAmount
Gets or sets the TranshipAmount
Declaration
public int TranshipAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VehicleAmount
Gets or sets the VehicleAmount
Declaration
public int VehicleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |