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 | |
---|---|---|
Equals(Object) | Determines whether two instances of MemberProperty are equal. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
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().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | A String that contains the name of the MemberProperty. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality(MemberProperty, MemberProperty) | Determines whether two instances of MemberProperty are equal. | |
Inequality(MemberProperty, MemberProperty) | Determines whether two instances of MemberProperty are unequal. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the MemberProperty. | |
UniqueName | Gets the fully-qualified name of the MemberProperty. | |
Value | Gets the value of the MemberProperty. |
Top