ModelItem Members
Include Protected Members
Include Inherited Members
Represents a single item in the editing model.
The ModelItem type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ModelItem class.
Top
Methods
Name
Description
Overloaded. When overridden in a derived class, this method is called when performing multiple operations on an object or group of objects.
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.
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.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
When overridden in a derived class, gets the attributes declared on this item.
When overridden in a derived class, gets a ModelProperty representing the item's ContentPropertyAttribute.
When overridden in a derived class, gets the public events on this object.
When overridden in a derived class, gets the type of object the item represents.
When overridden in a derived class, gets or sets the name or ID of the item.
When overridden in a derived class, gets the item that is the parent of this item.
When overridden in a derived class, gets the public properties on this object.
When overridden in a derived class, gets the item that is the root of this tree.
When overridden in a derived class, gets the property that provided this value.
When overridden in a derived class, gets the visual or visual3D representing the UI for this item.
Top
Events
Name
Description
When overridden in a derived class, occurs when a property on the model changes.
Top