SetOwnerExtensions Class
Extension methods to change owner.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.SetOwnerExtensions
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class SetOwnerExtensions
public static class SetOwnerExtensions
[ExtensionAttribute]
public ref class SetOwnerExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type SetOwnerExtensions = class end
public final 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. |
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