User |
The UserTaskProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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. |
Name | Description | |
---|---|---|
![]() | 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. |
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. |
Name | Description | |
---|---|---|
![]() ![]() | (DictionaryString, Object to UserTaskProperties) | Creates user task properties from dictionary |
Name | Description | |
---|---|---|
![]() | BatchKeyValuePairString, UserTaskProperty | (Defined by ExtensionMethods) |
![]() | ForeachKeyValuePairString, UserTaskProperty | (Defined by ExtensionMethods) |
![]() | FormatFromDictionary | (Defined by DictionaryExtensions) |
![]() | GetFirstValue | (Defined by DictionaryExtensions) |