MemberProperty-Member
Represents a single member property for a given member.
Der MemberProperty-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | Determines whether two instances of MemberProperty are equal. (Überschreibt Object. . :: . .Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | A String that contains the name of the MemberProperty. (Überschreibt Object. . :: . .ToString() () () ().) |
Zum Anfang
Operatoren
Name | Beschreibung | |
---|---|---|
Equality | Determines whether two instances of MemberProperty are equal. | |
Inequality | Determines whether two instances of MemberProperty are unequal. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Name | Gets the name of the MemberProperty. | |
UniqueName | Gets the fully-qualified name of the MemberProperty. | |
Value | Gets the value of the MemberProperty. |
Zum Anfang