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 | |
---|---|---|
ModelBusAdapterReference |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Compares this AdapterReferenceData to another object. (Overrides Object.Equals(Object).) | |
Equals(ModelBusAdapterReference) | Compares this Scope to another Scope instance. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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.) | |
GetHashCodeInternal | Gets the hash code of this Scope instance. If two AdapterReferences instances compare equal, they should give the same hash code. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Compares two AdapterReferenceData instances for equality. | |
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.