ClassifierExtensions Class
Extension methods for IClassifier.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.ClassifierExtensions
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ClassifierExtensions
public static class ClassifierExtensions
[ExtensionAttribute]
public ref class ClassifierExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type ClassifierExtensions = class end
public final class ClassifierExtensions
The ClassifierExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateGeneralization | Create a new generalization of this classifier. An IGeneralization relationship is created between this and another given classifier. | |
GetOutgoingAssociationEnds | The opposite ends of the associations that are linked to this classifier. From the association ends, you can get the linked classifier and its type. | |
GetSpecifics | Returns all the classifiers that specialize this classifier. | |
SetNavigable | Sets the navigability of this end of an association. |
Top
Remarks
For more information about UML diagrams, see Developing Models for Software Design.
For more information about using the UML API, see Extending UML Models and Diagrams.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace