다음을 통해 공유


MemberFilter 멤버

Represents a single filter to be applied when retrieving a collection of members.

MemberFilter 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
공용 메서드 MemberFilter(String, MemberFilterType, String) Initializes a new instance of the MemberFilter class with the property name, the property value, and the type of the filter.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 FilterType Gets or sets the type of filtering to use.
공용 속성 PropertyName Gets or sets the name of the property to filter on.
공용 속성 PropertyValue Gets or sets the value of the property to filter for.

맨 위로 이동