CategoryEntry 클래스

정의

지역화된 이름 및 속성의 컬렉션으로 구성되는 범주를 모델링합니다.

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
상속
CategoryEntry
구현

생성자

CategoryEntry(String)

CategoryEntry 클래스의 새 인스턴스를 만듭니다.

속성

CategoryName

지역화된 범주의 이름을 가져옵니다.

Item[String]

속성 이름이 지정된 이 CategoryEntry 개체의 속성 인스턴스를 반환합니다.

MatchesFilter

CategoryEntry가 필터와 일치하는지 여부를 나타내는 값을 가져오거나 설정합니다.

Properties

범주에 있는 모든 속성의 IEnumerable 컬렉션을 가져옵니다.

메서드

ApplyFilter(PropertyFilter)

새 속성 필터를 설정합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MatchesPredicate(PropertyFilterPredicate)

IPropertyFilterTarget이 조건자와 일치하는지 여부를 나타냅니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnFilterApplied(PropertyFilter)

속성 필터가 적용될 때 FilterApplied 이벤트를 발생시킵니다.

OnPropertyChanged(String)

PropertyChanged 이벤트를 발생시킵니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

이벤트

FilterApplied

IPropertyFilterTarget 이벤트를 선언합니다.

PropertyChanged

INotifyPropertyChanged 이벤트를 선언합니다.

적용 대상