UseCaseExtensions Class
Extension methods for manipulating Use Cases.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.UseCaseExtensions
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class UseCaseExtensions
public static class UseCaseExtensions
[ExtensionAttribute]
public ref class UseCaseExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type UseCaseExtensions = class end
public final class UseCaseExtensions
The UseCaseExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateExtend | Create an IExtend link to show that this use case extends the definition of another. | |
CreateInclude | Create an IInclude link to show that this use case includes another. | |
GetExtendedCases | The use cases extended by this use case. | |
GetExtendingCases | The use cases that extend this use case. | |
GetIncludedCases | The use cases that are included by this use case. | |
GetIncludingCases | The use cases that include this use case. |
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