CountryRepositoryGetAllRegionsTCustomEntity Method
Retrieves a list of all known regions.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<TCustomEntity> GetAllRegions<TCustomEntity>()
where TCustomEntity : new(), Region
Public Function GetAllRegions(Of TCustomEntity As {New, Region}) As IReadOnlyCollection(Of TCustomEntity)
public:
generic<typename TCustomEntity>
where TCustomEntity : gcnew(), Region
virtual IReadOnlyCollection<TCustomEntity>^ GetAllRegions() sealed
abstract GetAllRegions : unit -> IReadOnlyCollection<'TCustomEntity> when 'TCustomEntity : new() and Region
override GetAllRegions : unit -> IReadOnlyCollection<'TCustomEntity> when 'TCustomEntity : new() and Region
- TCustomEntity
- An overridden entity type, as registered with the CustomEntityRegistrar
IReadOnlyCollectionTCustomEntityThe requested list