Share via


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
Protected method DataMappedObject Initializes a new instance of the DataMappedObject class.

Top

Properties

  Name Description
Public property Identifier Gets the list of identifiers that uniquely identify the current generic data concept.
Public property IsDeleted Gets a value indicating whether the current generic data concept is deleted.
Protected property IsRefreshedObject Gets a value indicating whether the current generic data object is refreshed, and thus has updated information.
Public property Name Gets the name of the generic concept.
Public property Properties Gets name/value pairs containing the property names and values associated with the current generic concept.
Public property Selector Gets a selector object that allows the retrieval of data source–specific metadata from the data object support XML file.
Public property Type Gets the type name as a string of the current generic concept.
Public property UnderlyingObject Gets the underlying object that is contained by the current generic concept.

Top

Methods

  Name Description
Protected method ComputeBaseObject Computes the base object.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetProperty<T>(String) Retrieves the value of the specified property associated with the current generic concept.
Protected method GetProperty<T>(String, T) Retrieves the value of the specified property associated with the current generic concept.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Gets a string representing the current generic concept. (Overrides Object.ToString().)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property 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.

See Also

Reference

Microsoft.VisualStudio.Data.Framework Namespace