DataObjectIdentifierResolver Class

Definition

Provides the ability to expand and contract an identifier for a specified data object.

public ref class DataObjectIdentifierResolver abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataObjectIdentifierResolver
public abstract class DataObjectIdentifierResolver : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataObjectIdentifierResolver
type DataObjectIdentifierResolver = class
    inherit DataSiteableObject<IVsDataConnection>
    interface IVsDataObjectIdentifierResolver
Public MustInherit Class DataObjectIdentifierResolver
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataObjectIdentifierResolver
Inheritance
DataObjectIdentifierResolver
Implements

Constructors

DataObjectIdentifierResolver()

Initializes a new instance of the DataObjectIdentifierResolver class.

DataObjectIdentifierResolver(IVsDataConnection)

Initializes a new instance of the DataObjectIdentifierResolver class, specifying the data connection object.

Properties

Site

Gets or sets the object site.

(Inherited from DataSiteableObject<T>)

Methods

ContractIdentifier(String, Object[])

Contracts an identifier for a data object with the specified type and complete identifier.

ExpandIdentifier(String, Object[])

Expands an identifier for a data object with the specified type and partial identifier.

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

(Inherited from DataSiteableObject<T>)

Events

SiteChanged

Occurs when the Site property is changed.

(Inherited from DataSiteableObject<T>)

Applies to