DataObjectMemberComparer Class

Definition

Allows you to compare two data object identifier parts or properties.

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
DataObjectMemberComparer
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>)

Applies to