PropertyEntry Class
Represents the data of a property for a selected item and enables editing of this property with type-specific data.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| 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 T:System.Activities.Design.PropertyEditing.PropertyEntry. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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() | |
![]() | OnFilterApplied(PropertyFilter^) | Raises the FilterApplied event. |
![]() | OnPropertyChanged(PropertyChangedEventArgs^) | Raises the INotifyPropertyChanged PropertyChanged event. |
![]() | OnPropertyChanged(String^) | Raises the INotifyPropertyChanged event when the T:System.Activities.Presentation.PropertyEditing.PropertyContainer hears that the PropertyValue has changed. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | FilterApplied | Declaration of the IPropertyFilterTarget event, which occurs when a PropertyFilter is changed through a call to the ApplyFilter method. |
![]() | PropertyChanged | Declaration of the INotifyPropertyChanged event, which occurs when a property value changes. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




