Class TargetStatesForFamily
Target States for family
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class TargetStatesForFamily
Properties
FamilyNames
A human readable name for the state family, in multiple languages.
Declaration
public Dictionary<string, string> FamilyNames { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
FamilyToken
Token for State Family
Declaration
public string FamilyToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedState
Selected state
Declaration
public TargetState SelectedState { get; set; }
Property Value
Type | Description |
---|---|
TargetState |
TargetStates
Target states
Declaration
public Collection<TargetState> TargetStates { get; set; }
Property Value
Type | Description |
---|---|
Collection<TargetState> |