BaseComparerT, FIELDENUMTYPE Class | 
Namespace: Omada.OE.Model
public abstract class BaseComparer<T, FIELDENUMTYPE> : IComparer, IComparer<T> where FIELDENUMTYPE : IConvertible
The BaseComparerT, FIELDENUMTYPE type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseComparerT, FIELDENUMTYPE | ||
| BaseComparerT, FIELDENUMTYPE(String, Boolean) | ||
| BaseComparerT, FIELDENUMTYPE(FIELDENUMTYPE, Boolean) | 
| Name | Description | |
|---|---|---|
| CompareFields | 
| Name | Description | |
|---|---|---|
| Compare(Boolean, Boolean) | ||
| Compare(DateTime, DateTime) | ||
| Compare(Double, Double) | ||
| Compare(Int32, Int32) | ||
| Compare(String, String) | ||
| DoCompare | 
| Name | Description | |
|---|---|---|
| m_compareFields | 
| 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.) | 
| Name | Description | |
|---|---|---|
| IComparerTCompare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.  | |
| IComparerCompare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.  |