Table of Contents

Class Transition

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A transition.

[DataContract(IsReference = true)]
public class Transition
Inheritance
Transition
Inherited Members

Constructors

Transition(short, string)

Initializes a new instance of the Transition class.

public Transition(short transitionId, string name)

Parameters

transitionId short

The unique identifier for this transition.

name string

The transition name.

Exceptions

ArgumentNullException

name is null.

Properties

Name

Gets the transition name.

[DataMember]
public string Name { get; }

Property Value

string

TransitionId

Gets the unique identifier for this transition.

[DataMember]
public short TransitionId { get; }

Property Value

short