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 | |
---|---|---|
ModelBusAdapterReference() |
Methods
Name | Description | |
---|---|---|
Equals(ModelBusAdapterReference) | Compares this Scope to another Scope instance. |
|
Equals(Object) | Compares this AdapterReferenceData to another object.(Overrides Object.Equals(Object).) |
|
Finalize() | (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() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Equality(ModelBusAdapterReference, ModelBusAdapterReference) | Compares two AdapterReferenceData instances for equality. |
|
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