Extensions Class
Definition
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.
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. |