Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MemberRelationship Struct
Definition
- Namespace:
- System.ComponentModel.Design.Serialization
- Assemblies:
- netstandard.dll, System.ComponentModel.TypeConverter.dll
- Assembly:
- System.ComponentModel.TypeConverter.dll
- Assembly:
- System.dll
- Assembly:
- netstandard.dll
- Source:
- MemberRelationshipService.cs
- Source:
- MemberRelationshipService.cs
- Source:
- MemberRelationshipService.cs
- Source:
- MemberRelationshipService.cs
- Source:
- MemberRelationshipService.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single relationship between an object and a member.
public value class MemberRelationship : IEquatable<System::ComponentModel::Design::Serialization::MemberRelationship>
public value class MemberRelationship
public readonly struct MemberRelationship : IEquatable<System.ComponentModel.Design.Serialization.MemberRelationship>
public readonly struct MemberRelationship
public struct MemberRelationship
type MemberRelationship = struct
Public Structure MemberRelationship
Implements IEquatable(Of MemberRelationship)
Public Structure MemberRelationship
- Inheritance
- Implements
Remarks
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.
Constructors
| Name | Description |
|---|---|
| MemberRelationship(Object, MemberDescriptor) |
Initializes a new instance of the MemberRelationship class. |
Fields
| Name | Description |
|---|---|
| Empty |
Represents the empty member relationship. This field is read-only. |
Properties
| Name | Description |
|---|---|
| IsEmpty |
Gets a value indicating whether this relationship is equal to the Empty relationship. |
| Member |
Gets the related member. |
| Owner |
Gets the owning object. |
Methods
| Name | Description |
|---|---|
| Equals(MemberRelationship) |
Determines whether this instance is equal to the specified MemberRelationship instance. |
| Equals(Object) |
Determines whether this instance is equal to the specified object representing a MemberRelationship instance. |
| GetHashCode() |
Returns the hash code for this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MemberRelationship, MemberRelationship) |
Tests whether two specified MemberRelationship structures are equivalent. |
| Inequality(MemberRelationship, MemberRelationship) |
Tests whether two specified MemberRelationship structures are different. |
Applies to
See also
Feedback
Was this page helpful?
