Del via


Extensions Class

Definition

Extension method to swap between RelationshipType "Generalizes" and "Specializes".

public static class Extensions
type Extensions = class
Public Module Extensions
Inheritance
Extensions

Methods

Swap(RelationshipType)

Swap operation between RelationshipType.Generalizes and RelationshipType.Specializes. If the original is RelationshipType.Specializes, the swap operation returns RelationshipType.Generalizes. If the original is RelationshipType.Generalizes, the swap operation returns RelationshipType.Specializes. Otherwise, the swap operation returns the original RelationType.

Applies to