Class CleaningMeasurementViewModel
Viewmodel for CleaningMeasurement
Inheritance
System.Object
CleaningMeasurementViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningMeasurementViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningMeasurementViewModel(CleaningMeasurement)
Constructor
Declaration
public CleaningMeasurementViewModel(CleaningMeasurement model)
Parameters
Type | Name | Description |
---|---|---|
CleaningMeasurement | model |
Properties
| Improve this Doc View SourceCode
Gets the Code instance
Declaration
public CleaningCode Code { get; }
Property Value
Type | Description |
---|---|
CleaningCode |
CodeId
Gets or sets the assigned code id
Declaration
public Guid CodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the model
Declaration
public CleaningMeasurement Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningMeasurement |
ProcessId
Gets or sets the assiegned process id
Declaration
public Guid ProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Value
Gets or sets the measured value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |