Class CountryProvider
Force the country list to be sorted alphabetic
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("Country")]
public class CountryProvider : MDOProviderBase, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Constructors
CountryProvider()
Force the country list to be sorted alphabetic
Declaration
public CountryProvider()
Fields
ProviderName
Force the country list to be sorted alphabetic
Declaration
public const string ProviderName = "Country"
Field Value
Type | Description |
---|---|
String |
Properties
HistoryInfo
The HistoryInfo for the root provider is null; it's the HistoryInfo for our
Declaration
public override HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
Overrides
Methods
GetItemIconHint(ListTableRow)
Force the country list to be sorted alphabetic
Declaration
protected override string GetItemIconHint(ListTableRow row)
Parameters
Type | Name | Description |
---|---|---|
ListTableRow | row |
Returns
Type | Description |
---|---|
String |
Overrides
GetPreferredSortOrder()
Tell the provider that we want sorting by name.
Declaration
protected override MDOSortOrder GetPreferredSortOrder()
Returns
Type | Description |
---|---|
MDOSortOrder |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)