Click or drag to resize

DataExchangeObjectComparer Class

Comparer class for DataExchange configuration objects
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataExchangeObjectComparer

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class DataExchangeObjectComparer : IComparer, 
	IComparer<DataExchangeObject>

The DataExchangeObjectComparer type exposes the following members.

Constructors
  NameDescription
Public methodDataExchangeObjectComparer
If a compareField is provided as null the sort will be performed on the KeyValue.
Top
Properties
  NameDescription
Public propertyCompareField
The field used for comparison
Top
Methods
  NameDescription
Public methodCompare(Object, Object)
Compare two DataExchangeObject objects
Public methodCompare(DataExchangeObject, DataExchangeObject)
Compare two DataExchangeObjects based on the provided compare field
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also