UserTaskProperties Class

Serializable dictionary of user task properties

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[SerializableAttribute]
public class UserTaskProperties : ISerializable, 
	IReadOnlyDictionary<string, UserTaskProperty>, IReadOnlyCollection<KeyValuePair<string, UserTaskProperty>>, 
	IEnumerable<KeyValuePair<string, UserTaskProperty>>, IEnumerable
Inheritance
Object    UserTaskProperties
Implements
IEnumerableKeyValuePairString, UserTaskProperty, IReadOnlyCollectionKeyValuePairString, UserTaskProperty, IReadOnlyDictionaryString, UserTaskProperty, IEnumerable, ISerializable

Constructors

UserTaskProperties Initializes a new instance of the UserTaskProperties class.
UserTaskProperties(IEnumerableUserTaskProperty) Initializes a new instance of the UserTaskProperties class.
UserTaskProperties(IEnumerableKeyValuePairString, UserTaskProperty) Initializes a new instance of the UserTaskProperties class.
UserTaskProperties(SerializationInfo, StreamingContext) Initializes a new instance of the UserTaskProperties class.

Properties

Count Gets the count.
ItemInt32 Gets the UserTaskProperty at the specified index.
ItemString Gets the UserTaskProperty with the specified key.
Keys Gets an enumerable collection that contains the keys in the read-only dictionary.
Values Gets an enumerable collection that contains the values in the read-only dictionary.

Methods

Add Adds the specified item.
ContainsKey Determines whether the proeprty list contains specified key.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetT Gets the specified key.
GetEnumerator Returns an enumerator that iterates through the collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Set(String, Object, Type) Sets the specified key.
SetT(String, T) Sets the specified key.
ToDictionary Get the user task property collection as a Dictionary.
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetValue Gets the value that is associated with the specified key.

Operators

(DictionaryString, Object to UserTaskProperties) Creates user task properties from dictionary

Extension Methods

See Also