Sdílet prostřednictvím


MemberProperty Members

Include Protected Members
Include Inherited Members

Represents a single member property for a given member.

The MemberProperty type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two instances of MemberProperty are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() A String that contains the name of the MemberProperty. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(MemberProperty, MemberProperty) Determines whether two instances of MemberProperty are equal.
Public operatorStatic member Inequality(MemberProperty, MemberProperty) Determines whether two instances of MemberProperty are unequal.

Top

Properties

  Name Description
Public property Name Gets the name of the MemberProperty.
Public property UniqueName Gets the fully-qualified name of the MemberProperty.
Public property Value Gets the value of the MemberProperty.

Top