DataMappedObject Class
Represents a well-known concept for use by a generic designer.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataMappedObject
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public MustInherit Class DataMappedObject _
Implements IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject), _
IVsDataSiteableObject(Of Boolean)
public abstract class DataMappedObject : IVsDataMappedObject,
IVsDataSiteableObject<IVsDataMappedObject>, IVsDataSiteableObject<bool>
public ref class DataMappedObject abstract : IVsDataMappedObject,
IVsDataSiteableObject<IVsDataMappedObject^>, IVsDataSiteableObject<bool>
[<AbstractClass>]
type DataMappedObject =
class
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
interface IVsDataSiteableObject<bool>
end
public abstract class DataMappedObject implements IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>, IVsDataSiteableObject<boolean>
The DataMappedObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataMappedObject | Initializes a new instance of the DataMappedObject class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
ComputeBaseObject | Computes the base object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 | Serves as the default hash function. (Inherited from Object.) | |
GetProperty<T>(String) | Retrieves the value of the specified property associated with the current generic concept. | |
GetProperty<T>(String, T) | Retrieves the value of the specified property associated with the current generic concept. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Gets a string representing the current generic concept. (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IVsDataSiteableObject<IVsDataMappedObject>.Site | Gets the site. |
Top
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.