Class Country2Provider
Same as CountryProvider, but with icon hints based on the countrys name.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("Country2")]
public class Country2Provider : CountryProvider, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Constructors
Country2Provider()
Same as CountryProvider, but with icon hints based on the countrys name.
Declaration
public Country2Provider()
Fields
ProviderName
Same as CountryProvider, but with icon hints based on the countrys name.
Declaration
public const string ProviderName = "Country2"
Field Value
Type | Description |
---|---|
String |
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Same as CountryProvider, but with icon hints based on the countrys name.
Declaration
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
String | tableName | |
String | additionalInfo | |
Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
String | searchValue | |
Boolean | forceFlatList |
Overrides
GetItemIconHint(ListTableRow)
Same as CountryProvider, but with icon hints based on the countrys name.
Declaration
protected override string GetItemIconHint(ListTableRow row)
Parameters
Type | Name | Description |
---|---|---|
ListTableRow | row |
Returns
Type | Description |
---|---|
String |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)