Interface IStatus
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IStatus
Properties
CanBeSkipped
Whether the status can be skipped.
Declaration
bool CanBeSkipped { get; }
Property Value
Type | Description |
---|---|
bool |
Description
The description of the status.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Descriptor
The descriptor of the status flow which owns the status.
Declaration
StatusFlowDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
StatusFlowDescriptor |
Id
The id of the status.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the status.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
SortingOrder
The order in which the status should be displayed.
Declaration
int SortingOrder { get; }
Property Value
Type | Description |
---|---|
int |