Class TreeSearchFilter
Specifies the current process and the method of searching in the Process Instances tree
Inheritance
↳ object
↳ TreeSearchFilter
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Subprocess
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class TreeSearchFilter
Constructors
TreeSearchFilter(Guid)
Use this constructor when you know ProcessId only
Declarationpublic TreeSearchFilter(Guid processId)
Type | Name | Description |
---|---|---|
Guid | processId | Process id, which will be specified to search |
TreeSearchFilter(ProcessInstance)
Use this constructor when you have an access to a ProcessInstance
Declarationpublic TreeSearchFilter(ProcessInstance processInstance)
Type | Name | Description |
---|---|---|
ProcessInstance | processInstance | ProcessInstance , wich will be specified to search |
Properties
ProcessId
Process id, which will be specified to search
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
StartFrom
Specifies starting point of search something in the Process Instance Tree
Declarationpublic TreeSearchStart StartFrom { get; set; }
Type | Description |
---|---|
TreeSearchStart |
ProcessInstance
ProcessInstance, which will be specified to search
Declarationpublic ProcessInstance ProcessInstance { get; set; }
Type | Description |
---|---|
ProcessInstance |
Include
Specifies which kind of nodes will be included in search
Declarationpublic TreeSearchInclude Include { get; set; }
Type | Description |
---|---|
TreeSearchInclude |
ActivityName
Searches commands outgoing for specific activity, if null the search will be performed for current activity
Declarationpublic string ActivityName { get; set; }
Type | Description |
---|---|
string |