MemberRelationship Structure
Represents a single relationship between an object and a member.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | MemberRelationship(Object^, MemberDescriptor^) | Initializes a new instance of the MemberRelationship class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two MemberRelationship instances are equal.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(MemberRelationship, MemberRelationship) | Tests whether two specified MemberRelationship structures are equivalent. |
![]() ![]() | Inequality(MemberRelationship, MemberRelationship) | Tests whether two specified MemberRelationship structures are different. |
MemberRelationshipService is used by a serializer to announce that one property is related to a property on another object. MemberRelationship represents a single relationship between an object and a member that MemberRelationshipService uses in its interactions with a serializer.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




