Class FixedPriceBasedShipmentItem
Shipemnt item with a fixed price
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 FixedPriceBasedShipmentItem : ShipmentItem
Properties
| Improve this Doc View SourceCalculatedCarrierValue
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)
Gets a deepcopy 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 |