Search Results for

    Show / Hide Table of Contents

    Class ContactCleaningStationListViewModel

    ViewModel for ContactCleaningStationListViewModel

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

    Constructors

    | Improve this Doc View Source

    ContactCleaningStationListViewModel(ContactCleaningStationList, IContactCleaningStationListService, ICleaningStationListService)

    Initializes a new instance of ContactCleaningStationListViewModel

    Declaration
    public ContactCleaningStationListViewModel(ContactCleaningStationList model, IContactCleaningStationListService contactCleaningStationListService, ICleaningStationListService cleaningStationListService)
    Parameters
    Type Name Description
    ContactCleaningStationList model
    IContactCleaningStationListService contactCleaningStationListService
    ICleaningStationListService cleaningStationListService

    Properties

    | Improve this Doc View Source

    CleaningStationList

    Gets or sets the CleaningStationList

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

    CleaningStationListId

    Gets or sets the CleaningStationListId

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

    Contact

    Gets or sets the Contact

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

    ContactId

    Gets or sets the ContactId

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

    Id

    Gest or sets the Id

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

    Model

    Gets or sets the Model

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