Share via


UseCaseExtensions Class

 

Extension methods for manipulating Use Cases.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.UseCaseExtensions

Syntax

public static class UseCaseExtensions
[ExtensionAttribute]
public ref class UseCaseExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type UseCaseExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class UseCaseExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateExtend(IUseCase, IUseCase)

Create an IExtend link to show that this use case extends the definition of another.

System_CAPS_pubmethodSystem_CAPS_static CreateInclude(IUseCase, IUseCase)

Create an IInclude link to show that this use case includes another.

System_CAPS_pubmethodSystem_CAPS_static GetExtendedCases(IUseCase)

The use cases extended by this use case.

System_CAPS_pubmethodSystem_CAPS_static GetExtendingCases(IUseCase)

The use cases that extend this use case.

System_CAPS_pubmethodSystem_CAPS_static GetIncludedCases(IUseCase)

The use cases that are included by this use case.

System_CAPS_pubmethodSystem_CAPS_static GetIncludingCases(IUseCase)

The use cases that include this use case.

Remarks

For more information about UML diagrams, see Create models for your app.

For more information about using the UML API, see Extend 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

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top