Class TariffBasedShipmnentItemViewModel
Implements
ICustomAddonViewModel
IEditableListBoxItem
Inherited Members
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TariffBasedShipmnentItemViewModel : ShipmentItemViewModel
Constructors
| Improve this Doc View SourceTariffBasedShipmnentItemViewModel(ShipmentItem)
Declaration
public TariffBasedShipmnentItemViewModel(ShipmentItem model)
Parameters
Type | Name | Description |
---|---|---|
ShipmentItem | model |
Properties
| Improve this Doc View SourceLoadingAidType
Gets the LoadingAidType
Declaration
public LoadingAidType LoadingAidType { get; }
Property Value
Type | Description |
---|---|
LoadingAidType |
LoadingAidTypeId
Gets or sets the loading aid type id
Declaration
public Guid? LoadingAidTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
LoadingMeters
Gets or sets the LoadingMeter
Declaration
public double LoadingMeters { get; }
Property Value
Type | Description |
---|---|
System.Double |
Pitches
Gets or sets the Pitches. If the setter is used, UseCalculatedPitches will be set to true.
Declaration
public double Pitches { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseCalculatedPitches
Gets or sets whether to use manual pitches or calculated pitches
Declaration
public bool UseCalculatedPitches { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
ICustomAddonViewModel
IEditableListBoxItem