PropertyEntry Members
Include Protected Members
Include Inherited Members
Represents a property.
The PropertyEntry type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the PropertyEntry class.
Top
Methods
Name
Description
Determines if the PropertyEntry matches a filter and stores the information.
When overridden in a derived class, used by the host infrastructure to create a new host-specific PropertyValue instance.
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.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Indicates whether a PropertyEntry matches a predicate.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the IPropertyFilterTarget.FilterApplied event.
Overloaded. Raises the PropertyChanged event.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
When overridden in a derived class, gets the name of the category that this property resides in.
When overridden in a derived class, gets the description of the encapsulated property.
Gets the display name for the property.
Gets a value indicating whether there are standard values for this property.
When overridden in a derived class, gets a value indicating whether the encapsulated property is an advanced property.
When overridden in a derived class, gets a value indicating whether the encapsulated property is read-only.
Gets or sets a value indicating whether this PropertyEntry matches a filter.
Gets the parent PropertyValue.
When overridden in a derived class, gets the name of the encapsulated property.
When overridden in a derived class, gets the type of the encapsulated property.
Gets the PropertyValue (data model) for this PropertyEntry.
When overridden in a derived class, gets the PropertyValueEditor that will be used to edit this PropertyEntry.
When overridden in a derived class, gets the standard values that the encapsulated property supports.
Top
Events
Name
Description
Occurs when a PropertyFilter is changed through a call to the ApplyFilter method.
Occurs when a property value changes.
Top