Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​Design.​Serialization.​MemberRelationshipService

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → MemberRelationshipService

Provides the base class for relating one member to another.

Properties

Item
Item

Methods

protected MemberRelationship
GetRelationship​(MemberRelationship source)
Gets a relationship to the given source relationship.
Returns A relationship to <paramref name="source" /> , or <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty" /> if no relationship exists.
source The source relationship.
protected void
SetRelationship​(MemberRelationship source, MemberRelationship relationship)
Creates a relationship between the source object and target relationship.
source The source relationship.
relationship The relationship to set into the source.
public bool
SupportsRelationship​(MemberRelationship source, MemberRelationship relationship)
Gets a value indicating whether the given relationship is supported.
Returns <see langword="true" /> if a relationship between the given two objects is supported; otherwise, <see langword="false" /> .
source The source relationship.
relationship The relationship to set into the source.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object