Class TransportOrder
TransportObject which holds a list of shipments
Inheritance
System.Object
TransportOrder
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()
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportOrder
Constructors
|
Improve this Doc
View Source
TransportOrder()
Initializew new transport order
Declaration
Properties
|
Improve this Doc
View Source
AlternativeTermOfPayment
Gets or sets the alternative term of payment
Declaration
public Guid? AlternativeTermOfPayment { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
BeginDate
Gets or sets the begin datetime
Declaration
public DateTime? BeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
CacheScope
Gets the transport order cache scope
Declaration
public CacheScope CacheScope { get; }
Property Value
|
Improve this Doc
View Source
CalculatedCarrierValueSum
Declaration
public PreciseDecimal CalculatedCarrierValueSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CalculatedCustomerPrice
Gets or sets the calculated price
Declaration
public PreciseDecimal CalculatedCustomerPrice { get; set; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CalculatedCustomerValueSum
Declaration
public PreciseDecimal CalculatedCustomerValueSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CarrierAddressId
Gets or sets the customer id
Declaration
public Guid? CarrierAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CarrierQuantitySum
Declaration
public PreciseDecimal CarrierQuantitySum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CarrierValueSum
Declaration
public PreciseDecimal CarrierValueSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
CreateUserId
Gets or sets the create user id
Declaration
public int CreateUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CustomCustomerPrice
Gets or sets the custom price
Declaration
public PreciseDecimal CustomCustomerPrice { get; set; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CustomerQuantitySum
Declaration
public PreciseDecimal CustomerQuantitySum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
CustomerValueSum
Declaration
public PreciseDecimal CustomerValueSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
EndDate
Gets or sets the end datetime
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
ExternNumber
Gets or sets the external order number
Declaration
public string ExternNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FreightPayerAddressId
Gets or sets the Freight Carrier
Declaration
public Guid? FreightPayerAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
HasBillableShipmentCarrier
Gets or sets whether the order has shipment to bill at shipment carrier
Declaration
public bool HasBillableShipmentCarrier { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasBillableShipmentCustomer
Gets or sets whether the order has shipment to bill at customers
Declaration
public bool HasBillableShipmentCustomer { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternalNumber
Gets or sets the internal number
Declaration
public string InternalNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDeleted
Gets or sets whether the order is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public PreciseDecimal LoadingMetersSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
Number
Gets or sets the order number
Declaration
public string Number { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OrderDate
Gets or sets the order date
Declaration
public DateTime? OrderDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
OverrideCarrierAddressId
Gets or sets whether to override the customer guid in all child shipments
Declaration
public bool OverrideCarrierAddressId { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OverrideFreightPayerAddressId
Gets whether to override the freight payer guid in all child shipments
Declaration
public bool OverrideFreightPayerAddressId { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OverrideSenderAddressId
Gets or sets whether to override the customer guid in all child shipments
Declaration
public bool OverrideSenderAddressId { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PitchesSum
Declaration
public PreciseDecimal PitchesSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
SelectedTenant
Gets or sets the currently selected tenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type |
Description |
OrganizationTenant |
|
|
Improve this Doc
View Source
SenderAddressId
Gets or sets the customer id
Declaration
public Guid? SenderAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Shipments
Gets or sets a collection of connected shipments
Declaration
public StatefulCollection<Shipment> Shipments { get; protected set; }
Property Value
Type |
Description |
StatefulCollection<Shipment> |
|
|
Improve this Doc
View Source
StatusId
Gets or sets the status id
Declaration
public Guid? StatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TenantId
Gets or sets the currently selected tenants
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Tenants
Gets or sets all organization tenants
Declaration
public ObservableCollection<OrganizationTenant> Tenants { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<OrganizationTenant> |
|
|
Improve this Doc
View Source
TradingUnitSum
Gets or sets the trading unit
Declaration
public PreciseDecimal TradingUnitSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
Type
Gets or sets the type of the transport order
Declaration
public TransportOrderType Type { get; set; }
Property Value
|
Improve this Doc
View Source
UpdateDateTime
Gets or sets the update date time
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
UpdateUserId
Gets or sets the last update user id
Declaration
public int UpdateUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WeightSum
Declaration
public PreciseDecimal WeightSum { get; }
Property Value
Type |
Description |
PreciseDecimal |
|
Methods
|
Improve this Doc
View Source
CalculateCarrierPrice()
Declaration
public PreciseDecimal CalculateCarrierPrice()
Returns
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
DeepCopy(Boolean)
Declaration
public TransportOrder DeepCopy(bool newId)
Parameters
Type |
Name |
Description |
System.Boolean |
newId |
parameter wherther the copy shuld get a new Id
|
Returns
Type |
Description |
TransportOrder |
Returns the Copy of this TransportOrder
|
|
Improve this Doc
View Source
ExecutePricingForShipments()
Executes the pricing calculation for all shipments grouped by the pricing configuration
Declaration
public async Task ExecutePricingForShipments()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
LoadShipments()
Load all connected shipments
Declaration
public StatefulCollection<Shipment> LoadShipments()
Returns
Type |
Description |
StatefulCollection<Shipment> |
List of connected shipments
|