Search Results for

    Show / Hide Table of Contents

    Class ContactCleaningProcedureViewModel

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

    Constructors

    | Improve this Doc View Source

    ContactCleaningProcedureViewModel(ContactCleaningProcedure)

    Declaration
    public ContactCleaningProcedureViewModel(ContactCleaningProcedure model)
    Parameters
    Type Name Description
    ContactCleaningProcedure model

    Properties

    | Improve this Doc View Source

    CleaningProcedure

    Gets the CleaningProcedureId

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

    CleaningProcedureId

    Gets or sets the CleaningProcedureId

    Declaration
    public Guid CleaningProcedureId { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    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 ContactCleaningProcedure Model { get; set; }
    Property Value
    Type Description
    ContactCleaningProcedure
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx