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 SourceRegistrationPlateViewModel(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 SourceGuid
Gets or sets the unique identifier of the instance.
Declaration
public Guid Guid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets the current state model.
Declaration
public RegistrationPlate Model { get; }
Property Value
Type | Description |
---|---|
RegistrationPlate |
RegistrationIdentifier
Gets or sets the registration identifier as string.
Declaration
public string RegistrationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |