MemberRelationshipService.SetRelationship Method

Definition

Creates a relationship between the source object and target relationship.

C#
protected virtual void SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship);

Parameters

source
MemberRelationship

The source relationship.

relationship
MemberRelationship

The relationship to set into the source.

Exceptions

The relationship is not supported by the service.

Remarks

The SetRelationship method clears any existing relationship if the relationship parameter is Empty. The default implementation stores relationships in a dictionary using weak references so the relationship table does not keep objects alive.

Applies to

Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1