Interface IStatusTransition
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IStatusTransition
Properties
Descriptor
The descriptor of the status flow which owns the transition.
Declaration
StatusFlowDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
StatusFlowDescriptor |
FromStatusId
The id of the status from which the transition originates.
Declaration
string FromStatusId { get; }
Property Value
Type | Description |
---|---|
string |
Id
The id of the transition.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
ToStatusId
The id of the status to which the transition leads.
Declaration
string ToStatusId { get; }
Property Value
Type | Description |
---|---|
string |