Class TimeZoneWithCodeProvider
Provides the timezone list. The country code is given in the type field.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("TimeZoneWithCode")]
public class TimeZoneWithCodeProvider : TimeZoneProvider, ISoListProvider, ISoList
Constructors
TimeZoneWithCodeProvider()
Provides the timezone list. The country code is given in the type field.
Declaration
public TimeZoneWithCodeProvider()
Methods
AddItems(bool)
Add all the items
Declaration
protected override void AddItems(bool onlyReadHistory)
Parameters
Type | Name | Description |
---|---|---|
bool | onlyReadHistory |
Overrides
PopulateFromReader(List<ISoListItem>, SoDataReader, bool, bool, bool)
Provides the timezone list. The country code is given in the type field.
Declaration
protected override void PopulateFromReader(List<ISoListItem> items, SoDataReader reader, bool includeCountryName, bool isHistoryItem = false, bool useCodeAsType = false)
Parameters
Type | Name | Description |
---|---|---|
List<ISoListItem> | items | |
SoDataReader | reader | |
bool | includeCountryName | |
bool | isHistoryItem | |
bool | useCodeAsType |