ArgumentDictionary Class
Applies To: Dynamics CRM 2013
Implementation of an argument dictionary. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Collections.Generic
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<TKey, TValue>
Microsoft.Xrm.Client.Collections.Generic.ArgumentDictionary
Syntax
public sealed class ArgumentDictionary : Dictionary<string, string>
public ref class ArgumentDictionary sealed : Dictionary<String^, String^>
[<Sealed>]
type ArgumentDictionary =
class
inherit Dictionary<string, string>
end
Public NotInheritable Class ArgumentDictionary
Inherits Dictionary(Of String, String)
Constructors
Name | Description | |
---|---|---|
ArgumentDictionary() | Initializes a new instance of the ArgumentDictionary class. |
|
ArgumentDictionary(String[]) | Initializes a new instance of the ArgumentDictionary class. |
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<TKey, TValue>.) |
|
Count | (Inherited from Dictionary<TKey, TValue>.) |
|
Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
|
Keys | (Inherited from Dictionary<TKey, TValue>.) |
|
Values | (Inherited from Dictionary<TKey, TValue>.) |
Methods
Name | Description | |
---|---|---|
Add(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
|
AddRange(NameValueCollection) | Adds a range of arguments to the dictionary. |
|
AddRange(String[]) | Adds a range of arguments to the dictionary. |
|
Clear() | (Inherited from Dictionary<TKey, TValue>.) |
|
ContainsKey(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
|
ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) |
|
GetType() | (Inherited from Object.) |
|
IsEnabled(String) | Returns whether the argument is enabled. |
|
OnDeserialization(Object) | (Inherited from Dictionary<TKey, TValue>.) |
|
Remove(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
|
ToString() | (Inherited from Object.) |
|
TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
Explicit Interface Implementations
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client.Collections.Generic Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top