ArgumentDictionary Members

Applies To: Microsoft Dynamics CRM 2015, Microsoft Dynamics CRM Online

Implementation of an argument dictionary. (Developer Extensions)

The following tables list the members exposed by the ArgumentDictionary type.

Public Constructors

  Name Description
  ArgumentDictionary Overloaded. Initializes a new instance of the ArgumentDictionary class.

Top

Public Properties

  Name Description
public property Comparer  (inherited from Dictionary)
public property Count  (inherited from Dictionary)
public property Item  (inherited from Dictionary)
public property Keys  (inherited from Dictionary)
public property Values  (inherited from Dictionary)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add  (inherited from Dictionary)
public method AddRange Overloaded. Adds a range of arguments to the dictionary.
public method Clear  (inherited from Dictionary)
public method ContainsKey  (inherited from Dictionary)
public method ContainsValue  (inherited from Dictionary)
public method Equals  (inherited from Object)
public method GetEnumerator  (inherited from Dictionary)
public method GetHashCode  (inherited from Object)
public method GetObjectData  (inherited from Dictionary)
public method GetType  (inherited from Object)
public method IsEnabled Returns whether the argument is enabled.
public method OnDeserialization  (inherited from Dictionary)
public method Remove  (inherited from Dictionary)
public method ToString  (inherited from Object)
public method TryGetValue  (inherited from Dictionary)

Top

Protected Methods

(see also Extension Methods)

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Extension Methods

  Name Description
public extension method SerializeByJson  Serialize an object using the DataContractJsonSerializer. (Defined by ObjectExtensions.)

Top

Explicit Interface Implementations

  Name Description
  Add  (inherited from Dictionary)
  Contains  (inherited from Dictionary)
  CopyTo  (inherited from Dictionary)
  Remove  (inherited from Dictionary)
  GetEnumerator  (inherited from Dictionary)
  CopyTo  (inherited from Dictionary)
  Add  (inherited from Dictionary)
  Contains  (inherited from Dictionary)
  GetEnumerator  (inherited from Dictionary)
  Remove  (inherited from Dictionary)
  GetEnumerator  (inherited from Dictionary)
  IsReadOnly  (inherited from Dictionary)
  Keys  (inherited from Dictionary)
  Values  (inherited from Dictionary)
  Keys  (inherited from Dictionary)
  Values  (inherited from Dictionary)
  IsSynchronized  (inherited from Dictionary)
  SyncRoot  (inherited from Dictionary)
  IsFixedSize  (inherited from Dictionary)
  IsReadOnly  (inherited from Dictionary)
  Item  (inherited from Dictionary)
  Keys  (inherited from Dictionary)
  Values  (inherited from Dictionary)

Top

See Also

Reference

ArgumentDictionary Class
Microsoft.Xrm.Client.Collections.Generic Namespace

Other Resources

Developer Extensions for Microsoft Dynamics CRM

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.