Class CleaningProcedureEntryViewModel
Viewmodel for ClenaingProcedureEntry
Inheritance
System.Object
CleaningProcedureEntryViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningProcedureEntryViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningProcedureEntryViewModel(CleaningProcedureEntry)
Initializes a new instance of CleaningProcedureEntryViewModel
Declaration
public CleaningProcedureEntryViewModel(CleaningProcedureEntry code)
Parameters
Type | Name | Description |
---|---|---|
CleaningProcedureEntry | code |
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 CodeId
Declaration
public Guid CodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Measurement
Gets or sets the measurement object for the assigned code
Declaration
public CleaningMeasurement Measurement { get; set; }
Property Value
Type | Description |
---|---|
CleaningMeasurement |
MeasurementVisible
Gets or set the measurement inoput control visiblity
Declaration
public Visibility MeasurementVisible { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
Model
Gets or sets the Model
Declaration
public CleaningProcedureEntry Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningProcedureEntry |
Note
Gets or sets the Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcedureId
Gets o sets the ProcedureId
Declaration
public Guid ProcedureId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ProcedureSpecificDefaultValue
Gets or sets the default value, if a cleaning code is selected a part of a cleaning procedure.
Declaration
public string ProcedureSpecificDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |