This documentation is archived and is not being maintained.
PropertyEntry Class
Visual Studio 2010
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)
The PropertyEntry type exposes the following members.
| 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 PropertyEntry. |
| 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(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 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(PropertyChangedEventArgs) | Raises the INotifyPropertyChanged PropertyChanged event. |
![]() | OnPropertyChanged(String) | Raises the INotifyPropertyChanged event when the 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(PropertyFilter) method. |
![]() | PropertyChanged | Declaration of the INotifyPropertyChanged event, which occurs when a property value changes. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
