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
구현

생성자

Name Description
CategoryEntry(String)

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

속성

Name Description
CategoryName

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

Item[String]

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

MatchesFilter

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

Properties

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

메서드

Name Description
ApplyFilter(PropertyFilter)

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

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

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

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

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

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

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

MemberwiseClone()

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

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

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

OnPropertyChanged(String)

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

ToString()

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

(다음에서 상속됨 Object)

이벤트

Name Description
FilterApplied

이벤트를 선언합니다 IPropertyFilterTarget .

PropertyChanged

이벤트를 선언합니다 INotifyPropertyChanged .

적용 대상