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
Public methodStatic member SetOwner(IActor, IPackage) Change the owner.
Public methodStatic member SetOwner(IBehavior, IClassifier) Change the owner.
Public methodStatic member SetOwner(IBehavior, IPackage) Change the owner.
Public methodStatic member SetOwner(IClass, IPackage) Change the owner.
Public methodStatic member SetOwner(IComment, IPackage) Change the owner.
Public methodStatic member SetOwner(IComponent, IPackage) Change the owner.
Public methodStatic member SetOwner(IEnumeration, IPackage) Change the owner.
Public methodStatic member SetOwner(IInterface, IPackage) Change the owner.
Public methodStatic member SetOwner(IPrimitiveType, IPackage) Change the owner.
Public methodStatic member SetOwner(ISubsystem, IPackage) Change the owner.
Public methodStatic member 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