DataObjectConceptMapper Class

Definition

Enables providing a customized mapper of data-source-specific metadata into well known concepts for use by a generic designer.

public ref class DataObjectConceptMapper abstract : Microsoft::VisualStudio::Data::ObjectWithSite
public abstract class DataObjectConceptMapper : Microsoft.VisualStudio.Data.ObjectWithSite
type DataObjectConceptMapper = class
    inherit ObjectWithSite
Public MustInherit Class DataObjectConceptMapper
Inherits ObjectWithSite
Inheritance
DataObjectConceptMapper
Derived

Constructors

DataObjectConceptMapper()

Class constructor. Initializes a new instance of the DataObjectConceptMapper class.

Properties

Connection

Retrieves the active DataConnection object instance to be used for any code that relies on connection-specific information.

Site

Retrieves or sets the object site.

(Inherited from ObjectWithSite)

Methods

MapValuesToConcept(String, String, Object[])

Maps one or more data-source-specific values to a specified generic concept.

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

(Inherited from ObjectWithSite)

Events

SiteChanged

Event that is raised when the Site property is changed.

(Inherited from ObjectWithSite)

Explicit Interface Implementations

IObjectWithSite.GetSite(Guid, IntPtr)

Retrieves the last site set using the IObjectWithSite.SetSite(Object) method. In cases where there is no known site, the object returns an exception.

(Inherited from ObjectWithSite)
IObjectWithSite.SetSite(Object)

Provides the site's pointer to the site object.

(Inherited from ObjectWithSite)

Applies to