Click or drag to resize

ProcessSaveOutput Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelProcessSaveOutput

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

The ProcessSaveOutput type exposes the following members.

Constructors
  NameDescription
Public methodProcessSaveOutput
Top
Properties
  NameDescription
Public propertyProcessId
Contains the ID of the process being saved. It is relevant when saving a new process.
Public propertyTargetId
Contains the ID of the process target object.
Public propertyWorkItemId
If ProcessSaveOptions has defined an ActivityTemplateId this field will contain the ID of the Active User's workitem for the activity refering to the template activity.
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