Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SyncCommandComparer

Represents SyncCommand comparer.

Inheritance
System.Object
SyncCommandComparer
Implements
System.Collections.Generic.IComparer<SyncCommand>
Namespace: Mediachase.BusinessFoundation.Data.Meta.Schema
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class SyncCommandComparer : Object, IComparer<SyncCommand>

Constructors

SyncCommandComparer()

Initializes a new instance of the SyncCommandComparer class.

Declaration
public SyncCommandComparer()

SyncCommandComparer(SchemaDocument)

Initializes a new instance of the SyncCommandComparer class.

Declaration
public SyncCommandComparer(SchemaDocument schema)
Parameters
Type Name Description
SchemaDocument schema

The schema.

Properties

Schema

Gets or sets the schema.

Declaration
public SchemaDocument Schema { get; set; }
Property Value
Type Description
SchemaDocument

The schema.

Methods

Compare(SyncCommand, SyncCommand)

Declaration
public int Compare(SyncCommand x, SyncCommand y)
Parameters
Type Name Description
SyncCommand x
SyncCommand y
Returns
Type Description
System.Int32

Implements

System.Collections.Generic.IComparer<>