StandardModelingAdapter Class

Represents a basic DSL based model adapter.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
    Microsoft.VisualStudio.Modeling.Integration.ModelingAdapter
      Microsoft.VisualStudio.Modeling.Integration.StandardModelingAdapter

Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class StandardModelingAdapter _
    Inherits ModelingAdapter
[CLSCompliantAttribute(false)]
public abstract class StandardModelingAdapter : ModelingAdapter
[CLSCompliantAttribute(false)]
public ref class StandardModelingAdapter abstract : public ModelingAdapter
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type StandardModelingAdapter =  
    class 
        inherit ModelingAdapter 
    end
public abstract class StandardModelingAdapter extends ModelingAdapter

The StandardModelingAdapter type exposes the following members.

Constructors

  Name Description
Protected method StandardModelingAdapter(ModelBusReference, ModelBusAdapterManager, ModelElement) Constructor
Protected method StandardModelingAdapter(ModelBusReference, ModelBusAdapterManager, Store) Constructor

Top

Properties

  Name Description
Public property AdapterManager ModelBusAdapterManager instance that creates this ModelBusAdapter instance. (Inherited from ModelBusAdapter.)
Protected property AdapterModelRoot
Protected property AdapterStore
Public property DisplayName The display name of the ModelBusAdapter (Inherited from ModelBusAdapter.)
Public property Disposed True if this ModelBusAdapter instance has been disposed, false otherwise. (Inherited from ModelBusAdapter.)
Public property DocumentHandler ModelingDocumentHandler used by this ModelingAdapter. The DocumentHandler is used by the ModelBusAdapter to configure the model wrapped by it. You can set this property only if it has not been set already. (Inherited from ModelingAdapter.)
Public property Reference (Inherited from ModelBusAdapter.)

Top

Methods

  Name Description
Public method Dispose() (Inherited from ModelBusAdapter.)
Protected method Dispose(Boolean) Clean-up this ModelBusAdapter instance. Triggers a dispose of the DocumentHandler, if it has one. (Inherited from ModelingAdapter.)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Equals(ModelBusAdapter) True if this ModelBusAdapter is the same as the given ModelBusAdapter instance, false otherwise. (Inherited from ModelBusAdapter.)
Protected method Finalize Destructor. (Inherited from ModelBusAdapter.)
Public method GetDefaultView Obtains the PrimaryView associated with this Model, if one is available. (Overrides ModelBusAdapter.GetDefaultView().)
Protected method GetElementDisplayName Extension point for letting the DSL author decide the Display name for a particular model element
Protected method GetElementId Get the Element Id of a ModelElement. This element Id will be used to build the modelbus reference of the model element
Public method GetElementReference Get the reference of a given object instance supposed to be exposed by this adapter. (Overrides ModelBusAdapter.GetElementReference(Object).)
Protected method GetElementReferences Get back all referenced objects that conform to a given data contract. (Inherited from ModelBusAdapter.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetReferences (Inherited from ModelBusAdapter.)
Protected method GetReferenceStatus Validates the element and the view (if applicable) and returns the status (Overrides ModelBusAdapter.GetReferenceStatus().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetView Gets a specific view associated with this Model based on the ModelBusView reference (Overrides ModelBusAdapter.GetView(ModelBusReference).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResolveElementReference Given an identifier for an Element, returns the actual object represented by this reference. (Overrides ModelBusAdapter.ResolveElementReference(ModelBusReference).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TrySetDocumentHandler If the ModelingDocumentHandler is not already set (by the constructor for e.g.), then sets it to the value passed as a parameter. Otherwise, returns false. (Inherited from ModelingAdapter.)

Top

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.Modeling.Integration Namespace