The UserTaskProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds the specified item.
| |
ContainsKey |
Determines whether the proeprty list contains specified key.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows 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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates 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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Gets the value that is associated with the specified key.
|
Extension Methods
Name | Description | |
---|---|---|
BatchKeyValuePairString, UserTaskProperty | (Defined by ExtensionMethods.) | |
ForeachKeyValuePairString, UserTaskProperty | (Defined by ExtensionMethods.) | |
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also