PropertyEntry Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Enables the addition of type-specific data for a property.
The PropertyEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyEntry | Overloaded. Creates a new instance of the PropertyEntry class. |
Top
Methods
Name | Description | |
---|---|---|
ApplyFilter | Stores whether the target property value matches a specified PropertyFilter. | |
CreatePropertyValueInstance | Enables the host infrastructure to create a new host-specific PropertyValue instance. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MatchesPredicate | Implementation of a IPropertyFilterTarget method that determines whether the target display or type name matches the specified string containing the name of a filter. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnFilterApplied | Raises the FilterApplied event. | |
OnPropertyChanged | Overloaded. Raises the PropertyChanged event. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | Gets the name of the category in which this property resides. | |
Description | Gets the description of the encapsulated property. | |
DisplayName | Gets the display name for the PropertyEntry. | |
HasStandardValues | Gets a value that indicates whether a set of standard values is available for this PropertyEntry. | |
IsAdvanced | Gets a value that indicates whether the PropertyEntry is custom-made. | |
IsReadOnly | Gets a value that indicates whether the PropertyEntry is read-only. | |
MatchesFilter | Gets a value that indicates whether the IPropertyFilterTarget matches the filter. Sets the value to indicate that the IPropertyFilterTarget matches the filter and fires the event handler method for the property change. | |
ParentValue | Gets the parent PropertyValue in classes derived from a host infrastructure. | |
PropertyName | Gets the name of the property. | |
PropertyType | Gets the type of the property. | |
PropertyValue | Gets the PropertyValue for this PropertyEntry. | |
PropertyValueEditor | Gets the PropertyValueEditor that is used for editing the value of this PropertyEntry. | |
StandardValues | Gets a set of possible values supported by this PropertyEntry. |
Top
Events
Name | Description | |
---|---|---|
FilterApplied | Declaration of the IPropertyFilterTarget event, which occurs when a PropertyFilter is changed through a call to the ApplyFilter(PropertyFilter) method. | |
PropertyChanged | Declaration of the INotifyPropertyChanged event, which occurs when a property value changes. |
Top