CountryRepositoryGetAllRegionsTCustomEntity Method

Retrieves a list of all known regions.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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