UseCaseExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateExtend(IUseCase^, IUseCase^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateInclude(IUseCase^, IUseCase^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetExtendedCases(IUseCase^)

The use cases extended by this use case.

System_CAPS_pubmethodSystem_CAPS_staticGetExtendingCases(IUseCase^)

The use cases that extend this use case.

System_CAPS_pubmethodSystem_CAPS_staticGetIncludedCases(IUseCase^)

The use cases that are included by this use case.

System_CAPS_pubmethodSystem_CAPS_staticGetIncludingCases(IUseCase^)

The use cases that include this use case.

Return to top
Show: