Search Results for

    Show / Hide Table of Contents

    Class TransportOrderFastEntryViewModel

    ViewModel for a transpoert order fast entry

    Inheritance
    System.Object
    TransportOrderFastEntryViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TransportOrderFastEntryViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    TransportOrderFastEntryViewModel()

    Initializes a new insatance of TransportOrderFastEntryViewModel

    Declaration
    public TransportOrderFastEntryViewModel()

    Properties

    | Improve this Doc View Source

    ArticleId

    Gets or sets the article id

    Declaration
    public Guid ArticleId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    DeliveryAddress

    Gets or sest the delivery address

    Declaration
    public SAC.Contact.Contact DeliveryAddress { get; set; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | Improve this Doc View Source

    DeliveryAddressId

    Gets or sets the delivery address id

    Declaration
    public Guid DeliveryAddressId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeliveryContactReadOnly

    Gets whether the delivery contact information are readonly or not.

    Declaration
    public bool IsDeliveryContactReadOnly { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsDeliveryContactTabStop

    Gets whether the delivery contact information controls have a tabstop

    Declaration
    public bool IsDeliveryContactTabStop { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsLoadContactReadOnly

    Gets whether the load contact information are readonly or not

    Declaration
    public bool IsLoadContactReadOnly { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsLoadContactTabStop

    gets whether the load contact information controls have a tabstop

    Declaration
    public bool IsLoadContactTabStop { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSendContactReadOnly

    Gets whether the load contact information are readonly or not

    Declaration
    public bool IsSendContactReadOnly { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSendContactTabStop

    Gets whether the delivery contact information controls have a tabstop

    Declaration
    public bool IsSendContactTabStop { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LoadAddress

    gets oor sets the load address

    Declaration
    public SAC.Contact.Contact LoadAddress { get; set; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | Improve this Doc View Source

    LoadAddressId

    Gets or set othe load address id

    Declaration
    public Guid LoadAddressId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    LoadDate

    Gets or sets the load date

    Declaration
    public DateTime LoadDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    LoadTimeFrom

    Gets or sets the from load time

    Declaration
    public TimeSpan LoadTimeFrom { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    LoadTimeTo

    Gets or sets the load time to

    Declaration
    public TimeSpan LoadTimeTo { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    Note

    Gets or stes the note

    Declaration
    public string Note { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PhoneNumber

    Gets or sets the phone number

    Declaration
    public string PhoneNumber { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Quantity

    Gets or sets the quantity

    Declaration
    public double Quantity { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    QuantityUnitId

    Gets or sets the quantity unit id

    Declaration
    public Guid QuantityUnitId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    SenderAddress

    Gets or sets the sender address

    Declaration
    public SAC.Contact.Contact SenderAddress { get; set; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | Improve this Doc View Source

    SenderAddressId

    Gets or sets the sender address id

    Declaration
    public Guid SenderAddressId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    UnloadDate

    Gets or sets the unload date

    Declaration
    public DateTime UnloadDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    UnloadTimeFrom

    Gets or sets the from unload time

    Declaration
    public TimeSpan UnloadTimeFrom { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    UnloadTimeTo

    Gets or sets the to unload time

    Declaration
    public TimeSpan UnloadTimeTo { get; set; }
    Property Value
    Type Description
    System.TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx