Class UserTaskActivitySyncOptions
Activity and user task synchronization options.
Inheritance
System.Object
UserTaskActivitySyncOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public class UserTaskActivitySyncOptions
Constructors
UserTaskActivitySyncOptions()
Declaration
public UserTaskActivitySyncOptions()
Properties
Activity
Current activity entity.
Declaration
public Entity Activity { get; set; }
Property Value
| Type | Description |
|---|---|
| Entity |
NeedUpdateActivityStatus
Flag that indicates to update activity status.
Declaration
public bool NeedUpdateActivityStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RemoveListener
Flag that indicates to remove activity process listener.
Declaration
public bool RemoveListener { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SynchronizeParameterValues
Flag, indicate that user task parameter values should be synchronized with respected entity columns.
Declaration
public bool SynchronizeParameterValues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UseEntityComplete
Determines whether to use Entity to complete Activity or not.
Declaration
public bool UseEntityComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |