ModelItemDictionary Members
Include Protected Members
Include Inherited Members
Implements key/value dictionary support for ModelItem objects.
The ModelItemDictionary type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ModelItemDictionary class.
Top
Methods
Name
Description
Overloaded. When overridden in a derived class, adds the item to the dictionary under the specified key.
Overloaded. When overridden in a derived class, this method is called when performing multiple operations on an object or group of objects.
When overridden in a derived class, clears the contents of the dictionary.
When overridden in a derived class, returns whether the dictionary contains the specified key value pair.
Overloaded. When overridden in a derived class, returns a value indicating whether the dictionary contains the specified key.
When overridden in a derived class, copies the contents of the dictionary into the specified array beginning at the specified index.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
When overridden in a derived class, returns the current value of the underlying model object the ModelItem is wrapping. (Inherited from ModelItem.)
When overridden in a derived class, returns an enumerator for the items in the dictionary.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. When overridden in a derived class, removes the item from the dictionary.
Returns a string that represents the current object. (Inherited from Object.)
Overloaded. When overridden in a derived class, retrieves the value for the specified key.
Top
Fields
Name
Description
ModelItemDictionary provides an attached property "Key", which is adds to all items contained in the dictionary. The data type of the Key property is "ModelItem".
Top
Properties
Name
Description
When overridden in a derived class, gets the attributes declared on this item. (Inherited from ModelItem.)
When overridden in a derived class, gets a ModelProperty representing the item's ContentPropertyAttribute. (Inherited from ModelItem.)
When overridden in a derived class, gets the count of items in the dictionary.
When overridden in a derived class, gets the public events on this object. (Inherited from ModelItem.)
When overridden in a derived class, gets a value indicating whether the dictionary is a fixed size.
When overridden in a derived class, gets a value indicating whether the dictionary can be modified.
When overridden in a derived class, gets a value indicating whether the dictionary is synchronized.
Overloaded.
When overridden in a derived class, gets the type of object the item represents. (Inherited from ModelItem.)
When overridden in a derived class, gets the keys of the dictionary.
When overridden in a derived class, gets or sets the name or ID of the item. (Inherited from ModelItem.)
When overridden in a derived class, gets the item that is the parent of this item. (Inherited from ModelItem.)
When overridden in a derived class, gets the public properties on this object. (Inherited from ModelItem.)
When overridden in a derived class, gets the item that is the root of this tree. (Inherited from ModelItem.)
When overridden in a derived class, gets the property that provided this value. (Inherited from ModelItem.)
When overridden in a derived class, gets the object used to synchronize this dictionary.
When overridden in a derived class, gets the values of the dictionary.
When overridden in a derived class, gets the visual or visual3D representing the UI for this item. (Inherited from ModelItem.)
Top
Events
Name
Description
When overridden in a derived class, occurs when the contents of this dictionary is changed.
When overridden in a derived class, occurs when a property on the model changes. (Inherited from ModelItem.)
Top
Explicit Interface Implementations
Name
Description
ICollection<KeyValuePair<ModelItem, ModelItem>>.Add
For a description of this member, see ICollection<T>.Add.
For a description of this member, see IDictionary.Add.
For a description of this member, see IDictionary.Clear.
ICollection<KeyValuePair<ModelItem, ModelItem>>.Contains
For a description of this member, see ICollection<T>.Contains.
For a description of this member, see IDictionary.Contains.
ICollection<KeyValuePair<ModelItem, ModelItem>>.CopyTo
For a description of this member, see ICollection<T>.CopyTo.
For a description of this member, see ICollection.CopyTo.
For a description of this member, see ICollection.Count.
For a description of this member, see IDictionary.GetEnumerator.
For a description of this member, see IEnumerable.GetEnumerator.
For a description of this member, see IDictionary.IsFixedSize.
For a description of this member, see IDictionary.IsReadOnly.
For a description of this member, see ICollection.IsSynchronized.
For a description of this member, see IDictionary.Item.
For a description of this member, see IDictionary.Keys.
ICollection<KeyValuePair<ModelItem, ModelItem>>.Remove
For a description of this member, see ICollection<T>.Remove.
For a description of this member, see IDictionary.Remove.
For a description of this member, see ICollection.SyncRoot.
For a description of this member, see IDictionary.Values.
Top