Class TariffBasedShipmentItem
Shipemnt item with for the tariff system
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 TariffBasedShipmentItem : ShipmentItem
Constructors
| Improve this Doc View SourceTariffBasedShipmentItem()
Initialize item
Declaration
public TariffBasedShipmentItem()
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 SourceLoadingAidType
Gets the loading aid type
Declaration
public LoadingAidType LoadingAidType { get; }
Property Value
Type | Description |
---|---|
LoadingAidType |
LoadingAidTypeId
Gets or sets the LoadingAidTypeId
Declaration
public Guid? LoadingAidTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
LoadingMeters
Gets or sets the LoadingMeters
Declaration
public PreciseDecimal LoadingMeters { get; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Pitches
Gets or sets the Pitches. If the setter is used, UseCalculatedPitches will be set to true.
Declaration
public PreciseDecimal Pitches { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TaxId
Gets or sets the tax id
Declaration
public override Guid? TaxId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Overrides
| Improve this Doc View SourceUseCalculatedPitches
Gets or sets whether to use manual pitches or calculated pitches
Declaration
public bool UseCalculatedPitches { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |