Compartir a través de


MemberProperty Miembros

Represents a single member property for a given member.

El tipo MemberProperty expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two instances of MemberProperty are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString A String that contains the name of the MemberProperty. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of MemberProperty are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of MemberProperty are unequal.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the MemberProperty.
Propiedad pública UniqueName Gets the fully-qualified name of the MemberProperty.
Propiedad pública Value Gets the value of the MemberProperty.

Principio