Search Results for

    Show / Hide Table of Contents

    Class RegistrationPlateViewModel

    Represents the class RegistrationPlateViewModel.

    Inheritance
    System.Object
    RegistrationPlateViewModel
    Namespace: Simplic.PlugIn.Logistics.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class RegistrationPlateViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    RegistrationPlateViewModel(RegistrationPlate)

    Initialize new registration plate view model.

    Declaration
    public RegistrationPlateViewModel(RegistrationPlate model)
    Parameters
    Type Name Description
    RegistrationPlate model

    Registration plate.

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the unique identifier of the instance.

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

    Model

    Gets the current state model.

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

    RegistrationIdentifier

    Gets or sets the registration identifier as string.

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