Class TransportOrderFastEntryViewModel
ViewModel for a transpoert order fast entry
Inheritance
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportOrderFastEntryViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceTransportOrderFastEntryViewModel()
Initializes a new insatance of TransportOrderFastEntryViewModel
Declaration
public TransportOrderFastEntryViewModel()
Properties
| Improve this Doc View SourceArticleId
Gets or sets the article id
Declaration
public Guid ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DeliveryAddress
Gets or sest the delivery address
Declaration
public SAC.Contact.Contact DeliveryAddress { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
DeliveryAddressId
Gets or sets the delivery address id
Declaration
public Guid DeliveryAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeliveryContactReadOnly
Gets whether the delivery contact information are readonly or not.
Declaration
public bool IsDeliveryContactReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeliveryContactTabStop
Gets whether the delivery contact information controls have a tabstop
Declaration
public bool IsDeliveryContactTabStop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLoadContactReadOnly
Gets whether the load contact information are readonly or not
Declaration
public bool IsLoadContactReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLoadContactTabStop
gets whether the load contact information controls have a tabstop
Declaration
public bool IsLoadContactTabStop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSendContactReadOnly
Gets whether the load contact information are readonly or not
Declaration
public bool IsSendContactReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSendContactTabStop
Gets whether the delivery contact information controls have a tabstop
Declaration
public bool IsSendContactTabStop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoadAddress
gets oor sets the load address
Declaration
public SAC.Contact.Contact LoadAddress { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
LoadAddressId
Gets or set othe load address id
Declaration
public Guid LoadAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LoadDate
Gets or sets the load date
Declaration
public DateTime LoadDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LoadTimeFrom
Gets or sets the from load time
Declaration
public TimeSpan LoadTimeFrom { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
LoadTimeTo
Gets or sets the load time to
Declaration
public TimeSpan LoadTimeTo { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Note
Gets or stes the note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Gets or sets the phone number
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Gets or sets the quantity
Declaration
public double Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QuantityUnitId
Gets or sets the quantity unit id
Declaration
public Guid QuantityUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SenderAddress
Gets or sets the sender address
Declaration
public SAC.Contact.Contact SenderAddress { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
SenderAddressId
Gets or sets the sender address id
Declaration
public Guid SenderAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
UnloadDate
Gets or sets the unload date
Declaration
public DateTime UnloadDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UnloadTimeFrom
Gets or sets the from unload time
Declaration
public TimeSpan UnloadTimeFrom { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
UnloadTimeTo
Gets or sets the to unload time
Declaration
public TimeSpan UnloadTimeTo { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |