Show / Hide Table of Contents

Class TargetState

A target state for Workflow services

Inheritance
object
TargetState
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 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

Extension Methods

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