Class TranshipPartialShipment
Inheritance
System.Object
TranshipPartialShipment
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: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public class TranshipPartialShipment
Properties
| Improve this Doc View SourceAmount
Gets or sets the Amount
Declaration
public PreciseDecimal Amount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDirty
Gets or sets whether the model is dirty
Declaration
public bool IsDirty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderNr
Gets or sets the order number
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PartialShipmentId
Gets or sets the partial shipment (child) id
Declaration
public Guid? PartialShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PartialShipmentNumber
Gets or sets the partial shipment (child) number
Declaration
public string PartialShipmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceItemId
Gets or sets the source item id
Declaration
public Guid SourceItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TranshipShipmentId
Gets or sets the tranship shipment (Parent) id
Declaration
public Guid TranshipShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |