Click or drag to resize

CountryRepositoryGetByCodeTCustomEntity(String) Method

Retrieve a country by its country code.

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public TCustomEntity GetByCode<TCustomEntity>(
	string countryCode
)
where TCustomEntity : new(), Country

Parameters

countryCode  String
Country code to look up

Type Parameters

TCustomEntity
An overridden entity type, as registered with the CustomEntityRegistrar

Return Value

TCustomEntity
The requested country
See Also