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
Protected method PropertyEntry Overloaded. Creates a new instance of the PropertyEntry class.

Top

Methods

  Name Description
Public method ApplyFilter Stores whether the target property value matches a specified PropertyFilter.
Protected method CreatePropertyValueInstance Enables 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 attempt to free resources and perform other cleanup operations before the Object 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 Implementation of a IPropertyFilterTarget method that determines whether the target display or type name matches the specified string containing the name of a filter.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnFilterApplied Raises the 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 Gets the name of the category in which this property resides.
Public property Description Gets the description of the encapsulated property.
Public property DisplayName Gets the display name for the PropertyEntry.
Protected property HasStandardValues Gets a value that indicates whether a set of standard values is available for this PropertyEntry.
Public property IsAdvanced Gets a value that indicates whether the PropertyEntry is custom-made.
Public property IsReadOnly Gets a value that indicates whether the PropertyEntry is read-only.
Public property 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.
Public property ParentValue Gets the parent PropertyValue in classes derived from a host infrastructure.
Public property PropertyName Gets the name of the property.
Public property PropertyType Gets the type of the property.
Public property PropertyValue Gets the PropertyValue for this PropertyEntry.
Public property PropertyValueEditor Gets the PropertyValueEditor that is used for editing the value of this PropertyEntry.
Public property StandardValues Gets a set of possible values supported by this PropertyEntry.

Top

Events

  Name Description
Public event FilterApplied Declaration of the IPropertyFilterTarget event, which occurs when a PropertyFilter is changed through a call to the ApplyFilter(PropertyFilter) method.
Public event PropertyChanged Declaration of the INotifyPropertyChanged event, which occurs when a property value changes.

Top

See Also

Reference

PropertyEntry Class

System.Activities.Design.PropertyEditing Namespace