Partager via


Membres MemberFilter

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

Le type MemberFilter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MemberFilter(String, String) Initializes a new instance of the MemberFilter class with the property name and the property value.
Méthode publique 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.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique FilterType Gets or sets the type of filtering to use.
Propriété publique PropertyName Gets or sets the name of the property to filter on.
Propriété publique PropertyValue Gets or sets the value of the property to filter for.

Haut de la page