ModelProperty Members
Include Protected Members
Include Inherited Members
Represents a property on an item.
The ModelProperty type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ModelProperty class.
Top
Methods
Name
Description
When overridden in a derived class, clears the local value for the property.
Determines whether the specified object is equal to this ModelProperty object. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
When overridden in a derived class, sets a local value on a property.
Returns a string that represents the current object. (Inherited from Object.)
Top
Operators
Name
Description
Determines whether two specified ModelProperty objects are equal.
Determines whether two specified ModelProperty objects are not equal.
Top
Properties
Name
Description
When overridden in a derived class, gets the type which defines this property.
When overridden in a derived class, gets the attributes declared on this property.
When overridden in a derived class, gets the Value property cast as a ModelItemCollection.
When overridden in a derived class, gets the currently computed value for this property.
When overridden in a derived class, gets the type converter to use with this property.
When overridden in a derived class, gets the default value for this property.
When overridden in a derived class, gets the Value property cast as a ModelItemDictionary.
When overridden in a derived class, gets a value indicating whether the property represents an attached property from a different type.
When overridden in a derived class, gets a value indicating whether the property can be shown in a property window.
When overridden in a derived class, gets a value indicating whether the value contained in the property is an ItemCollection.
When overridden in a derived class, gets a value indicating whether the value contained in the property is an ItemDictionary.
When overridden in a derived class, gets a value indicating whether the property is read-only.
When overridden in a derived class, gets a value indicating whether the property's value is set locally.
When overridden in a derived class, gets the name of this property.
When overridden in a derived class, gets the parent of this property.
When overridden in a derived class, gets the data type of the property.
When overridden in a derived class, gets the value of this property.
Top