Gets descriptions for codes in the Common Module.
More...
Gets descriptions for codes in the Common Module.
◆ GetCountryIntlTelephoneCode()
static string Ict.Petra.Shared.MCommon.CommonCodeHelper.GetCountryIntlTelephoneCode |
( |
TGetCacheableDataTableFromCache |
ACacheRetriever, |
|
|
string |
AIntlTelephoneCode |
|
) |
| |
|
inlinestatic |
Returns the International Telephone Code of a Country.
- Parameters
-
ACacheRetriever | Delegate that returns the specified DataTable from the data cache (client- or serverside). Delegate Method needs to be for the MCommon Cache (that is, it needs to work with the TCacheableCommonTablesEnum Enum! |
AIntlTelephoneCode | International Telephone Code. |
- Returns
- The description of a Country Code, or empty string if the Country Code could not be identified.
◆ GetCountryName()
Returns the name of a Country.
- Parameters
-
ACacheRetriever | Delegate that returns the specified DataTable from the data cache (client- or serverside). Delegate Method needs to be for the MCommon Cache (that is, it needs to work with the TCacheableCommonTablesEnum Enum! |
ACountryCode | Country Code. |
- Returns
- The description of a Country Code, or empty string if the Country Code could not be identified.
The documentation for this class was generated from the following file: