Class TranshipPartialShipmentViewModel
Inheritance
System.Object
TranshipPartialShipmentViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TranshipPartialShipmentViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceTranshipPartialShipmentViewModel(TranshipPartialShipment)
Initializes a new instance of TranshipPartialShipmentViewModel
Declaration
public TranshipPartialShipmentViewModel(TranshipPartialShipment model)
Parameters
Type | Name | Description |
---|---|---|
TranshipPartialShipment | model |
Properties
| Improve this Doc View SourceAmount
Gets or sets the amount
Declaration
public PreciseDecimal Amount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
IsCreated
Gets whether the partial shipment is already created
Declaration
public bool IsCreated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets or sets the Model
Declaration
public TranshipPartialShipment Model { get; set; }
Property Value
Type | Description |
---|---|
TranshipPartialShipment |
OrderNr
Gets oer sets the order nr
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PartialShipmentId
Gets or sets the partial shipment id
Declaration
public Guid? PartialShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PartialShipmentNumber
Gets or sets the partial shipmetnNr
Declaration
public string PartialShipmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShipmentItem
Gets the shipmentItem view model
Declaration
public ShipmentItemViewModel ShipmentItem { get; }
Property Value
Type | Description |
---|---|
ShipmentItemViewModel |
SourceItemId
Gets or sets the source imte id
Declaration
public Guid SourceItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TranshipShipmentId
Gets or sets the tranship shipment id
Declaration
public Guid TranshipShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |