DynamicType Methods

Include Protected Members
Include Inherited Members

The DynamicType type exposes the following members.

Methods

  Name Description
Public method Add(KeyValuePair<String, Object>) Adds a field to the collection.
Public method Add(String, Object) Adds a key/value pair to the collection.
Public method Clear Removes all the items.
Public method Contains Checks whether the collection contains a specific item.
Public method ContainsKey Checks whether the collection contains a specific key.
Public method CopyTo Copies the collection items to the specified array of key/value pairs starting at the specified index.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator to the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetSchema Returns the XML schema of the dynamic type.
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ReadXml Reads an XML document of the dynamic type.
Public method Remove(KeyValuePair<String, Object>) Removes a key/value entry from the collection.
Public method Remove(String) Removes an item with a specified key string from the collection.
Public method ToString (Inherited from Object.)
Public method TryGetValue Searches for a value in the collection.
Public method WriteXml Writes an XML document.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDictionary.Add Adds a key/value pair to the collection.
Explicit interface implemetationPrivate method IDictionary.Contains Checks whether the collection contains an item with the specified key.
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the collection items to the specified array starting at the specified index.
Explicit interface implemetationPrivate method IDictionary.GetEnumerator Returns an enumerator to the dictionary.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator to the collection.
Explicit interface implemetationPrivate method IDictionary.Remove Removes a specified field from the collection.

Top

See Also

Reference

DynamicType Class

Microsoft.BusinessData.Runtime Namespace