Click or drag to resize

CountryRepositoryGetAllRegionsTCustomEntity Method

Retrieves a list of all known regions.

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<TCustomEntity> GetAllRegions<TCustomEntity>()
where TCustomEntity : new(), Region

Type Parameters

TCustomEntity
An overridden entity type, as registered with the CustomEntityRegistrar

Return Value

IReadOnlyCollectionTCustomEntity
The requested list
See Also