Compartir a través de


MemberFilter Miembros

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

El tipo MemberFilter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
Método publico 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.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública FilterType Gets or sets the type of filtering to use.
Propiedad pública PropertyName Gets or sets the name of the property to filter on.
Propiedad pública PropertyValue Gets or sets the value of the property to filter for.

Principio