PropertyEntry Members

Include Protected Members
Include Inherited Members

Represents a property.

The PropertyEntry type exposes the following members.

Constructors

 

Name

Description

Protected method

PropertyEntry

Overloaded. Initializes a new instance of the PropertyEntry class.

Top

Methods

 

Name

Description

Public method

ApplyFilter

Determines if the PropertyEntry matches a filter and stores the information.

Protected method

CreatePropertyValueInstance

When overridden in a derived class, used by the host infrastructure to create a new host-specific PropertyValue instance.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

MatchesPredicate

Indicates whether a PropertyEntry matches a predicate.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

OnFilterApplied

Raises the IPropertyFilterTarget.FilterApplied event.

Protected method

OnPropertyChanged

Overloaded. Raises the PropertyChanged event.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

CategoryName

When overridden in a derived class, gets the name of the category that this property resides in.

Public property

Description

When overridden in a derived class, gets the description of the encapsulated property.

Public property

DisplayName

Gets the display name for the property.

Protected property

HasStandardValues

Gets a value indicating whether there are standard values for this property.

Public property

IsAdvanced

When overridden in a derived class, gets a value indicating whether the encapsulated property is an advanced property.

Public property

IsReadOnly

When overridden in a derived class, gets a value indicating whether the encapsulated property is read-only.

Public property

MatchesFilter

Gets or sets a value indicating whether this PropertyEntry matches a filter.

Public property

ParentValue

Gets the parent PropertyValue.

Public property

PropertyName

When overridden in a derived class, gets the name of the encapsulated property.

Public property

PropertyType

When overridden in a derived class, gets the type of the encapsulated property.

Public property

PropertyValue

Gets the PropertyValue (data model) for this PropertyEntry.

Public property

PropertyValueEditor

When overridden in a derived class, gets the PropertyValueEditor that will be used to edit this PropertyEntry.

Public property

StandardValues

When overridden in a derived class, gets the standard values that the encapsulated property supports.

Top

Events

 

Name

Description

Public event

FilterApplied

Occurs when a PropertyFilter is changed through a call to the ApplyFilter method.

Public event

PropertyChanged

Occurs when a property value changes.

Top

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace