Class ShipmentSplitItem
Inheritance
System.Object
ShipmentSplitItem
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.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentSplitItem
Constructors
| Improve this Doc View SourceShipmentSplitItem(ShipmentItem)
Inits the split item with a shipment item
Declaration
public ShipmentSplitItem(ShipmentItem item)
Parameters
Type | Name | Description |
---|---|---|
ShipmentItem | item |
Properties
| Improve this Doc View SourceBaseItem
Gets the base shipment item
Declaration
public ShipmentItem BaseItem { get; }
Property Value
Type | Description |
---|---|
ShipmentItem |
CalculateTranship
Gets or sets whether the splitet shipment calculates tranships
Declaration
public bool CalculateTranship { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JustCopy
Gets or sets whether this item is copied to each split shipment
Declaration
public bool JustCopy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaximumQuantity
Gets or sets the maximun available quantity
Declaration
public int MaximumQuantity { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SplitQuantity
Gets or sets the quantity to split
Declaration
public PreciseDecimal SplitQuantity { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Text
Gets the item text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
TranshipPartAmount
Gets or sets the tranship part amount
Declaration
public PreciseDecimal TranshipPartAmount { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Unit
Gets the item unit name
Declaration
public string Unit { get; }
Property Value
Type | Description |
---|---|
System.String |