Share via


ModelStore Class

 

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.ModelStore

Syntax

public class ModelStore : IModelStore
public ref class ModelStore : IModelStore
type ModelStore = 
    class
        interface IModelStore
    end
Public Class ModelStore
    Implements IModelStore

Properties

Name Description
System_CAPS_pubproperty Boolean

System_CAPS_pubproperty Integer

System_CAPS_pubproperty IsReadOnly

System_CAPS_pubproperty Root

System_CAPS_pubproperty String

System_CAPS_pubproperty UnlimitedNatural

Methods

Name Description
System_CAPS_pubmethod AllInstances<T>()

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod FindElement(Guid)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetMapping(Store)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Instances<T>()

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod Diagrams(String)

All the open diagrams in the model, of a particular type if specified.(Defined by PresentationHelpers.)

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