Class CleaningOrderStatus
Contains order status information
Inheritance
System.Object
CleaningOrderStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public class CleaningOrderStatus
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 |
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 |