Show / Hide Table of Contents

Class TargetStatesForFamily

Target States for family

Inheritance
object
TargetStatesForFamily
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX