NamedEntityDictionary Members

Include Protected Members
Include Inherited Members

Represents a dictionary of Entity objects from the Business Data Catalog.

The NamedEntityDictionary type exposes the following members.

Constructors

  Name Description
Public method NamedEntityDictionary() Creates a dictionary of Entity objects.
Public method NamedEntityDictionary(Int32) Creates a dictionary of Entity objects of a specified size.
Protected method NamedEntityDictionary(SerializationInfo, StreamingContext) Creates a dictionary of Entity objects.

Top

Properties

  Name Description
Public property Comparer (Inherited from Dictionary<String, Entity>.)
Public property Count (Inherited from Dictionary<String, Entity>.)
Public property Item Sets or returns the value of an item in the NamedEntityDictionary object.
Public property Keys (Inherited from Dictionary<String, Entity>.)
Public property Values (Inherited from Dictionary<String, Entity>.)

Top

Methods

  Name Description
Public method Add (Inherited from Dictionary<String, Entity>.)
Public method Clear (Inherited from Dictionary<String, Entity>.)
Public method ContainsKey (Inherited from Dictionary<String, Entity>.)
Public method ContainsValue (Inherited from Dictionary<String, Entity>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Dictionary<String, Entity>.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from Dictionary<String, Entity>.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnDeserialization (Inherited from Dictionary<String, Entity>.)
Public method Remove (Inherited from Dictionary<String, Entity>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from Dictionary<String, Entity>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method IDictionary.Add (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method IDictionary.Contains (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method IDictionary.GetEnumerator (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary.IsFixedSize (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary.IsReadOnly (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary.Item (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary<TKey, TValue>.Keys (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary.Keys (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate method IDictionary.Remove (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary<TKey, TValue>.Values (Inherited from Dictionary<String, Entity>.)
Explicit interface implemetationPrivate property IDictionary.Values (Inherited from Dictionary<String, Entity>.)

Top

See Also

Reference

NamedEntityDictionary Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace