ProcessInstanceAttributes class
class ProcessInstanceAttributes : ObservableCollection<ProcessInstanceAttribute>
-
The ProcessInstanceAttributes object represents a collection of Process Instance Attributes. An instance of the ProcessInstanceAttributes collection is provided by the ProcessInstance object.
Namespace: |
IYOPRO.Api |
Assembly: |
IYOPRO.Api (in IYOPRO.Api.dll) |
Methods
ProcessInstanceAttributes()
-
Constructor to initialize a ProcessInstanceAttributes instance
ProcessInstanceAttribute Get(string name)
-
Gets a process instance attribute with the given name
object GetValue(string name)
-
Gets the value of a process instance attribute with the given name
void SetValue(string name, object value)
-
Sets the value of a process instance attribute with the given name