ModelBusAdapterReference Class

 

Base class for all adapter references

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterReference
    Microsoft.VisualStudio.Modeling.Integration.ModelingAdapterReference

Syntax

public abstract class ModelBusAdapterReference : IEquatable<ModelBusAdapterReference>
public ref class ModelBusAdapterReference abstract : IEquatable<ModelBusAdapterReference^>
[<AbstractClass>]
type ModelBusAdapterReference = 
    class
        interface IEquatable<ModelBusAdapterReference>
    end
Public MustInherit Class ModelBusAdapterReference
    Implements IEquatable(Of ModelBusAdapterReference)

Constructors

Name Description
System_CAPS_protmethod ModelBusAdapterReference()

Methods

Name Description
System_CAPS_pubmethod Equals(ModelBusAdapterReference)

Compares this Scope to another Scope instance.

System_CAPS_pubmethod Equals(Object)

Compares this AdapterReferenceData to another object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code of this Scope instance. If two Scope instances compare equal, they should give the same hash code.(Overrides Object.GetHashCode().)

System_CAPS_protmethod GetHashCodeInternal()

Gets the hash code of this Scope instance. If two AdapterReferences instances compare equal, they should give the same hash code.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(ModelBusAdapterReference, ModelBusAdapterReference)

Compares two AdapterReferenceData instances for equality.

System_CAPS_puboperatorSystem_CAPS_static Inequality(ModelBusAdapterReference, ModelBusAdapterReference)

Compares two AdapterReferenceData instances for inequality.

Remarks

Replaces the Backplane "Scope"

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

Return to top