DynamicType Properties

Include Protected Members
Include Inherited Members

The DynamicType type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of fields in the dynamic type.
Public property IsReadOnly Gets whether the dynamic type is read-only.
Public property Item Gets an item at a specific key.
Public property Keys Gets the collection of keys.
Public property Name Gets the name of the dynamic type.
Public property Values Gets the collection of field values in the dynamic type.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IDictionary.IsFixedSize Gets a value that indicates whether the collection is of a fixed size.
Explicit interface implemetationPrivate property IDictionary.IsReadOnly Gets a value that indicates whether the collection is read-only.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets whether the collection is synchronized.
Explicit interface implemetationPrivate property IDictionary.Item Gets or sets a field with the specified key.
Explicit interface implemetationPrivate property IDictionary.Keys Gets the keys in the collection.
Explicit interface implemetationPrivate property ICollection.SyncRoot Synchronizes the top level (root) of the collection.
Explicit interface implemetationPrivate property IDictionary.Values Gets the collection of values.

Top

See Also

Reference

DynamicType Class

Microsoft.BusinessData.Runtime Namespace