SaaS CMS has officially launched! Learn more now.

Class SyncCommandComparer

Represents SyncCommand comparer.

Inheritance
System.Object
SyncCommandComparer
Implements
System.Collections.Generic.IComparer<SyncCommand>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Meta.Schema
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public class SyncCommandComparer : 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<T>