Click or drag to resize

ProcessPhase Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelProcessPhase

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ProcessPhase : IObjectWithId, 
	ICloneable, IObjectWithGuid

The ProcessPhase type exposes the following members.

Constructors
  NameDescription
Public methodProcessPhase
Top
Properties
  NameDescription
Public propertyActiveTime_PropertyId
The activation time of the phase is stored in this datetime value property on the target object.
Public propertyActivities
Contains the activities that are part of the phase. An activity can be part of more than one phase.
Public propertyCompleteTime_PropertyId
The completion time of the phase is stored in this datetime value property on the target object.
Public propertyDeadline_PropertyId
The deadline of the phase is stored in this datetime value property on the target object.
Public propertyDuration_PropertyId
The duration of the phase is stored in this timespan value property on the target object.
Public propertyEndTransitionIds
The phase ends when one of these transitions is activated. Transitions must belong to the specified process template.
Public propertyEstimate_PropertyId
The time estimate of the phase is stored in this timespan value property on the target object.
Public propertyId
Public propertyName
Public propertyProcessTemplateId
Public propertyRecalculate
Controls whether deeadline, activation time e.t.c. are calculated if/when the start- and end-transitions are re-activated. If not, calculation only happens the first time they are activated.
Public propertyStartTransitionIds
The phase begins when one of these transitions is activated. Transitions must belong to the specified process template.
Public propertyTotDuration_PropertyId
Public propertyUId
Top
Methods
  NameDescription
Public methodClone
Public methodGetTransitionType
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
Explicit Interface Implementations
See Also