DataMappedObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an implementation of the IVsDataMappedObject interface.
public ref class DataMappedObject abstract : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<bool>, Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::IVsDataMappedObject
public abstract class DataMappedObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<bool>, Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
type DataMappedObject = class
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
interface IVsDataSiteableObject<bool>
Public MustInherit Class DataMappedObject
Implements IVsDataMappedObject, IVsDataSiteableObject(Of Boolean), IVsDataSiteableObject(Of IVsDataMappedObject)
- Inheritance
-
DataMappedObject
- Implements
Constructors
DataMappedObject() |
Initializes a new instance of the DataMappedObject class. |
Properties
Identifier |
Gets the list of identifiers that uniquely identify the current generic data concept. |
IsDeleted |
Gets a value indicating whether the current generic data concept is deleted. |
IsRefreshedObject |
Gets a value indicating whether the current generic data object is refreshed, and thus has updated information. |
Name |
Gets the name of the generic concept. |
Properties |
Gets name/value pairs containing the property names and values associated with the current generic concept. |
Selector |
Gets a selector object that allows the retrieval of data source–specific metadata from the data object support XML file. |
Type |
Gets the type name as a string of the current generic concept. |
UnderlyingObject |
Gets the underlying object that is contained by the current generic concept. |
Methods
ComputeBaseObject() |
Computes the base object. |
GetProperty<T>(String, T) |
Retrieves the value of the specified property associated with the current generic concept. |
GetProperty<T>(String) |
Retrieves the value of the specified property associated with the current generic concept. |
ToString() |
Gets a string representing the current generic concept. |
Explicit Interface Implementations
IVsDataSiteableObject<Boolean>.Site | |
IVsDataSiteableObject<IVsDataMappedObject>.Site |