Click or drag to resize

ProcessManager Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelProcessManager

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

The ProcessManager type exposes the following members.

Constructors
  NameDescription
Public methodProcessManager
Top
Properties
  NameDescription
Public propertyProcesses
Sorteringen i listen afhænger af hvordan manageren blev loadet. (Specifikt af LoadOptions.SortFields)
Top
Methods
  NameDescription
Public methodStatic memberGetNewProcessTemplate
Returns a new (empty) process template. The process template is *not* added to the manager. The process template initially has start and exit control elements. securityObject denotes the securityobject of the object, that the new process template is placed below.
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