DataObjectMemberComparer 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 IVsDataObjectMemberComparer interface.
public ref class DataObjectMemberComparer : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataObjectMemberComparer
public class DataObjectMemberComparer : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataObjectMemberComparer
type DataObjectMemberComparer = class
inherit DataSiteableObject<IVsDataConnection>
interface IVsDataObjectMemberComparer
Public Class DataObjectMemberComparer
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataObjectMemberComparer
- Inheritance
- Derived
- Implements
Constructors
DataObjectMemberComparer() |
Initializes a new instance of the DataObjectMemberComparer class. |
DataObjectMemberComparer(IVsDataConnection) |
Initializes a new instance of the DataObjectMemberComparer class with the data connection object. |
Properties
Site |
Gets or sets the object site. (Inherited from DataSiteableObject<T>) |
Methods
Compare(String, Object[], Int32, Object) |
Compares one object identifier part with another specified object identifier part. |
Compare(String, String, Object, Object) |
Compares a property of a data object with another data object property. |
OnSiteChanged(EventArgs) |
Raises the SiteChanged event. (Inherited from DataSiteableObject<T>) |
Events
SiteChanged |
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>) |