ModelStore Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ModelStore _
    Implements IModelStore
public class ModelStore : IModelStore
public ref class ModelStore : IModelStore
type ModelStore =  
    class 
        interface IModelStore 
    end
public class ModelStore implements IModelStore

The ModelStore type exposes the following members.

Properties

  Name Description
Public property Boolean
Public property Integer
Public property IsReadOnly
Public property Root
Public property String
Public property UnlimitedNatural

Top

Methods

  Name Description
Public method AllInstances<T>
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindElement
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodStatic member GetMapping
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Instances<T>
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Diagrams All the open diagrams in the model, of a particular type if specified. (Defined by PresentationHelpers.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IModelStore.ProfileManager

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