Show / Hide Table of Contents

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

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX