Class CleaningCodeViewModel
View model for CleaningCodes
Inheritance
System.Object
CleaningCodeViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningCodeViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningCodeViewModel(CleaningCode)
Initializes a new Instance of CleaningCodeViewModel
Declaration
public CleaningCodeViewModel(CleaningCode cleaningCode)
Parameters
Type | Name | Description |
---|---|---|
CleaningCode | cleaningCode | A Instance of CleaingCode that this viewmodel will be based on |
Properties
| Improve this Doc View SourceAddArticle
Gets and sets the add article command
Declaration
public ICommand AddArticle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ArticleId
Gets or sets the assigned article id
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CertificateAssignment
Gets or sets the assignment to a part of the certificate
Declaration
public int? CertificateAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Code
Gets or sets the Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultValue
Gets or sets the DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets the Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDefault
Gets or sets the default flag
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMeasurement
Gets or sets whether a measurement is to do
Declaration
public bool IsMeasurement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LookupParametersArticle
Gets the article lookup parameter
Declaration
public IDictionary<string, object> LookupParametersArticle { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Model
Gets or sets the Model
Declaration
public CleaningCode Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningCode |
QuantityUnit
Gets or sets the QuantityUnit
Declaration
public string QuantityUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TempIsSelected
Gets or sets the selcted flag only for ui
Declaration
public bool TempIsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TempSelectColor
Gets the sselection color for ui
Declaration
public SolidColorBrush TempSelectColor { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.SolidColorBrush |