Class TargetState
A target state for Workflow services
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class TargetState
Properties
Name
An human readable name for the state.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Names
A human readable name for the state, in multiple languages.
Declaration
public Dictionary<string, string> Names { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Token
A token that represents the state
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |