CategoryEntry Class

Definition

Models a Category, which consists of a localized name and a collection of properties.

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

Constructors

CategoryEntry(String)

Creates a new instance of the CategoryEntry class.

Properties

CategoryName

Gets the name of the localized Category.

Item[String]

Returns a property instance of this CategoryEntry object given the property name.

MatchesFilter

Gets or sets a value that indicates whether the CategoryEntry matches a filter.

Properties

Gets an IEnumerable collection of all of the properties in the category.

Methods

ApplyFilter(PropertyFilter)

Sets a new property filter.

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)

Indicates whether an IPropertyFilterTarget matches a predicate.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnFilterApplied(PropertyFilter)

Raises the FilterApplied event when the property filter is applied.

OnPropertyChanged(String)

Raises the PropertyChanged event.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Events

FilterApplied

Declares the IPropertyFilterTarget event.

PropertyChanged

Declares the INotifyPropertyChanged event.

Applies to