ModelBusAdapterReference Class

Base class for all adapter references

Inheritance Hierarchy

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

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

Syntax

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

The ModelBusAdapterReference type exposes the following members.

Constructors

  Name Description
Protected method ModelBusAdapterReference

Top

Methods

  Name Description
Public method Equals(Object) Compares this AdapterReferenceData to another object. (Overrides Object.Equals(Object).)
Public method Equals(ModelBusAdapterReference) Compares this Scope to another Scope instance.
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 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.)
Protected method GetHashCodeInternal Gets the hash code of this Scope instance. If two AdapterReferences instances compare equal, they should give the same hash code.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
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

Operators

  Name Description
Public operatorStatic member Equality Compares two AdapterReferenceData instances for equality.
Public operatorStatic member Inequality Compares two AdapterReferenceData instances for inequality.

Top

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

Reference

Microsoft.VisualStudio.Modeling.Integration Namespace