Partilhar via


Membros MemberFilter

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

O tipo MemberFilter expõe os seguintes membros.

Construtores

  Nome Descrição
Método público MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
Método público 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.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública FilterType Gets or sets the type of filtering to use.
Propriedade pública PropertyName Gets or sets the name of the property to filter on.
Propriedade pública PropertyValue Gets or sets the value of the property to filter for.

Início