Class PythonBasedShipmentItem
Shipment item based on a python calculation
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 PythonBasedShipmentItem : ShipmentItem
Constructors
| Improve this Doc View SourcePythonBasedShipmentItem()
Declaration
public PythonBasedShipmentItem()
Properties
| Improve this Doc View SourceBillingCarrierQuantity
Declaration
public PreciseDecimal BillingCarrierQuantity { get; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
BillingCustomerQuantity
Declaration
public PreciseDecimal BillingCustomerQuantity { get; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
CalculatedCarrierValue
Gets or sets the calculated carrier value
Declaration
public override PreciseDecimal CalculatedCarrierValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Overrides
| Improve this Doc View SourceCalculatedCustomerValue
Gets or sets the calculated customer value
Declaration
public override PreciseDecimal CalculatedCustomerValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Overrides
| Improve this Doc View SourceCalculatedSupplierValue
Gets or sets the calculated supplier value.
Declaration
public override PreciseDecimal CalculatedSupplierValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Overrides
| Improve this Doc View SourceTaxId
Gets or sets the tax id
Declaration
public override Guid? TaxId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Overrides
Methods
| Improve this Doc View SourceDeepCopy(Boolean, Guid)
Gest a deep copy of the current item
Declaration
public override ShipmentItem DeepCopy(bool newId, Guid id)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | newId | |
System.Guid | id |
Returns
Type | Description |
---|---|
ShipmentItem |
Overrides
| Improve this Doc View SourceSetPriceCustomer(Double)
Sets the customer price
Declaration
public override void SetPriceCustomer(double totalPrice)
Parameters
Type | Name | Description |
---|---|---|
System.Double | totalPrice |