PropertyEntry Class

Definition

Represents the data of a property for a selected item and enables editing of this property with type-specific data.

public ref class PropertyEntry abstract : System::Activities::Presentation::PropertyEditing::IPropertyFilterTarget, System::ComponentModel::INotifyPropertyChanged
public abstract class PropertyEntry : System.Activities.Presentation.PropertyEditing.IPropertyFilterTarget, System.ComponentModel.INotifyPropertyChanged
type PropertyEntry = class
    interface INotifyPropertyChanged
    interface IPropertyFilterTarget
Public MustInherit Class PropertyEntry
Implements INotifyPropertyChanged, IPropertyFilterTarget
Inheritance
PropertyEntry
Implements

Constructors

PropertyEntry()

Creates a new instance of the PropertyEntry class.

PropertyEntry(PropertyValue)

Creates a new instance of the PropertyEntry class that serves as a subproperty of the specified PropertyValue.

Properties

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.

Methods

ApplyFilter(PropertyFilter)

Stores whether the target property value matches a specified PropertyFilter.

CreatePropertyValueInstance()

Enables the host infrastructure to create a new host-specific PropertyValue instance.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MatchesPredicate(PropertyFilterPredicate)

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(PropertyFilter)

Raises the FilterApplied event.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the INotifyPropertyChanged PropertyChanged event.

OnPropertyChanged(String)

Raises the INotifyPropertyChanged event when the PropertyContainerEditMode hears that the PropertyValue has changed.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Events

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.

Applies to