Search Results for

    Show / Hide Table of Contents

    Class TransportRequirementListEntryViewModel

    ViewModel for a TransportRequirementListEntry

    Inheritance
    System.Object
    TransportRequirementListEntryViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TransportRequirementListEntryViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    TransportRequirementListEntryViewModel(TransportRequirementListEntry)

    Initializes a new instance of TransportRequirementListEntryViewModel

    Declaration
    public TransportRequirementListEntryViewModel(TransportRequirementListEntry transportRequirementListEntry)
    Parameters
    Type Name Description
    TransportRequirementListEntry transportRequirementListEntry

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the Guid

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

    Model

    Gets or sets the Model

    Declaration
    public TransportRequirementListEntry Model { get; set; }
    Property Value
    Type Description
    TransportRequirementListEntry
    | Improve this Doc View Source

    Note

    Gets or sets the note to give the user the abillity to sava additional data.

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

    TransportRequirement

    Gets the TransportRequirement

    Declaration
    public TransportRequirement TransportRequirement { get; }
    Property Value
    Type Description
    TransportRequirement
    | Improve this Doc View Source

    TransportRequirementId

    Gets or sets the TransportRequirementId

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

    TransportRequirementListId

    Gets or sets the TransportRequirementListId

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