Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessSealViewModel

    Inheritance
    System.Object
    CleaningProcessSealViewModel
    Implements
    IWindowViewModel<CleaningProcessSeal>
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningProcessSealViewModel : ExtendableViewModel

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the unique id

    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 CleaningProcessSeal Model { get; set; }
    Property Value
    Type Description
    CleaningProcessSeal
    | Improve this Doc View Source

    ProcessId

    Gets or sets the assigned process id

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

    SealNumber

    Gets or sets the number of the seal

    Declaration
    public string SealNumber { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Initialize(CleaningProcessSeal)

    Initialize

    Declaration
    public void Initialize(CleaningProcessSeal model)
    Parameters
    Type Name Description
    CleaningProcessSeal model

    CleaningProcessCode

    Implements

    IWindowViewModel<>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx