Click or drag to resize

ControlElementTransitions Property

Contains both in-going and out-going transitions for the control element. Transitions are sorted by ID.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Transitions Transitions { get; }

Property Value

Type: Transitions

Implements

IProcessElementTransitions
See Also