Class CleaningOrderStatusViewModel
CleaningOrderStatus viewmodel
Inheritance
System.Object
CleaningOrderStatusViewModel
Implements
IWindowViewModel<CleaningOrderStatus>
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningOrderStatusViewModel : ExtendableViewModel
Properties
| Improve this Doc View SourceGuid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsBilled
Gets or sets the billed flag
Declaration
public bool IsBilled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCancelation
Gets or sets the cacelation flag
Declaration
public bool IsCancelation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuccess
Gets or sets the succes flag
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets or sets the models
Declaration
public CleaningOrderStatus Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningOrderStatus |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StatusColor
Gets or sets the assigned color
Declaration
public string StatusColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceInitialize(CleaningOrderStatus)
Declaration
public void Initialize(CleaningOrderStatus model)
Parameters
Type | Name | Description |
---|---|---|
CleaningOrderStatus | model |
Implements
IWindowViewModel<>