Click or drag to resize

ProcessRoutingResult Class

The object is an argument to the process routing methods. Different details on the routing is collected on the object.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelProcessRoutingResult

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ProcessRoutingResult

The ProcessRoutingResult type exposes the following members.

Constructors
  NameDescription
Public methodProcessRoutingResult
Top
Properties
  NameDescription
Public propertyActivatedActivityIds
Rummer id'er for alle de aktiviteter der blev aktiveret i.f.m. routing'en af processen.
Public propertyProgressionSplitIds
Rummer id'er for split control elementer, som er under behandling/routing. Collection er altid tom når routing'en er gennemført.
Public propertyVisitedTransitionIds
Rummer id'er for alle de transitions der blev "besøgt" i.f.m. routing'en af processen.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also