DataExchangeObjectComparer Class |
Namespace: Omada.OE.Model
public class DataExchangeObjectComparer : IComparer, IComparer<DataExchangeObject>
The DataExchangeObjectComparer type exposes the following members.
| Name | Description | |
|---|---|---|
| DataExchangeObjectComparer |
If a compareField is provided as null the sort will be performed on the KeyValue.
|
| Name | Description | |
|---|---|---|
| CompareField |
The field used for comparison
|
| Name | Description | |
|---|---|---|
| Compare(Object, Object) |
Compare two DataExchangeObject objects
| |
| Compare(DataExchangeObject, DataExchangeObject) |
Compare two DataExchangeObjects based on the provided compare field
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |