StandardModelingAdapter Class

 

Represents a basic DSL based model adapter.

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


[CLSCompliantAttribute(false)]
public ref class StandardModelingAdapter abstract : ModelingAdapter

NameDescription
System_CAPS_pubpropertyAdapterManager

ModelBusAdapterManager instance that creates this ModelBusAdapter instance.(Inherited from ModelBusAdapter.)

System_CAPS_protpropertyAdapterModelRoot

System_CAPS_protpropertyAdapterStore

System_CAPS_pubpropertyDisplayName

The display name of the ModelBusAdapter(Inherited from ModelBusAdapter.)

System_CAPS_pubpropertyDisposed

True if this ModelBusAdapter instance has been disposed, false otherwise.(Inherited from ModelBusAdapter.)

System_CAPS_pubpropertyDocumentHandler

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

System_CAPS_pubpropertyReference

(Inherited from ModelBusAdapter.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from ModelBusAdapter.)

System_CAPS_protmethodDispose(Boolean)

Clean-up this ModelBusAdapter instance. Triggers a dispose of the DocumentHandler, if it has one.(Inherited from ModelingAdapter.)

System_CAPS_pubmethodEquals(ModelBusAdapter^)

True if this ModelBusAdapter is the same as the given ModelBusAdapter instance, false otherwise.(Inherited from ModelBusAdapter.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Destructor.(Inherited from ModelBusAdapter.)

System_CAPS_pubmethodGetDefaultView()

Obtains the PrimaryView associated with this Model, if one is available.(Overrides ModelBusAdapter::GetDefaultView().)

System_CAPS_protmethodGetElementDisplayName(ModelElement^)

Extension point for letting the DSL author decide the Display name for a particular model element

System_CAPS_protmethodGetElementId(ModelElement^)

Get the Element Id of a ModelElement. This element Id will be used to build the modelbus reference of the model element

System_CAPS_pubmethodGetElementReference(Object^)

Get the reference of a given object instance supposed to be exposed by this adapter.(Overrides ModelBusAdapter::GetElementReference(Object^).)

System_CAPS_protmethodGetElementReferences(Type^)

Get back all referenced objects that conform to a given data contract.(Inherited from ModelBusAdapter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetReferences(Type^)

(Inherited from ModelBusAdapter.)

System_CAPS_protmethodGetReferenceStatus()

Validates the element and the view (if applicable) and returns the status(Overrides ModelBusAdapter::GetReferenceStatus().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetView(ModelBusReference^)

Gets a specific view associated with this Model based on the ModelBusView reference(Overrides ModelBusAdapter::GetView(ModelBusReference^).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolveElementReference(ModelBusReference^)

Given an identifier for an Element, returns the actual object represented by this reference.(Overrides ModelBusAdapter::ResolveElementReference(ModelBusReference^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTrySetDocumentHandler(ModelingDocumentHandler^)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: