SettingComparer Class |
Namespace: Omada.OE.Model
public class SettingComparer : BaseComparer<AppSetting, SettingCompareField>
The SettingComparer type exposes the following members.
Name | Description | |
---|---|---|
![]() | SettingComparer |
Name | Description | |
---|---|---|
![]() | CompareFields | (Inherited from BaseComparerT, FIELDENUMTYPE.) |
Name | Description | |
---|---|---|
![]() | DoCompare |
Compares on category first because the resulting grid is grouped by category
(Overrides BaseComparerT, FIELDENUMTYPEDoCompare(T, T, FIELDENUMTYPE).) |
Name | Description | |
---|---|---|
![]() | m_compareFields | (Inherited from BaseComparerT, FIELDENUMTYPE.) |
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. (Inherited from BaseComparerT, FIELDENUMTYPE.) |
![]() ![]() | IComparerCompare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from BaseComparerT, FIELDENUMTYPE.) |