[SerializableAttribute]
public class UserTaskProperties : ISerializable,
IReadOnlyDictionary<string, UserTaskProperty>, IReadOnlyCollection<KeyValuePair<string, UserTaskProperty>>,
IEnumerable<KeyValuePair<string, UserTaskProperty>>, IEnumerable
<SerializableAttribute>
Public Class UserTaskProperties
Implements ISerializable, IReadOnlyDictionary(Of String, UserTaskProperty),
IReadOnlyCollection(Of KeyValuePair(Of String, UserTaskProperty)), IEnumerable(Of KeyValuePair(Of String, UserTaskProperty)),
IEnumerable
[SerializableAttribute]
public ref class UserTaskProperties : ISerializable,
IReadOnlyDictionary<String^, UserTaskProperty^>, IReadOnlyCollection<KeyValuePair<String^, UserTaskProperty^>>,
IEnumerable<KeyValuePair<String^, UserTaskProperty^>>, IEnumerable
[<SerializableAttribute>]
type UserTaskProperties =
class
interface ISerializable
interface IReadOnlyDictionary<string, UserTaskProperty>
interface IReadOnlyCollection<KeyValuePair<string, UserTaskProperty>>
interface IEnumerable<KeyValuePair<string, UserTaskProperty>>
interface IEnumerable
end
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. |
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. |
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. |
(DictionaryString, Object to UserTaskProperties) | Creates user task properties from dictionary |
BatchKeyValuePairString, UserTaskProperty | (Defined by ExtensionMethods) |
ForeachKeyValuePairString, UserTaskProperty | (Defined by ExtensionMethods) |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |