SetOwnerExtensions Class
Extension methods to change owner.
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.SetOwnerExtensions
Syntax
public static class SetOwnerExtensions
[ExtensionAttribute]
public ref class SetOwnerExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type SetOwnerExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class SetOwnerExtensions
Methods
Name | Description | |
---|---|---|
SetOwner(IActor, IPackage) | Change the owner. |
|
SetOwner(IBehavior, IClassifier) | Change the owner. |
|
SetOwner(IBehavior, IPackage) | Change the owner. |
|
SetOwner(IClass, IPackage) | Change the owner. |
|
SetOwner(IComment, IPackage) | Change the owner. |
|
SetOwner(IComponent, IPackage) | Change the owner. |
|
SetOwner(IEnumeration, IPackage) | Change the owner. |
|
SetOwner(IInterface, IPackage) | Change the owner. |
|
SetOwner(IPrimitiveType, IPackage) | Change the owner. |
|
SetOwner(ISubsystem, IPackage) | Change the owner. |
|
SetOwner(IUseCase, IPackage) | Change the owner. |
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