 | CountryRepositoryGetAllRegionsTCustomEntity Method |
Retrieves a list of all known regions.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic 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
Type Parameters
- TCustomEntity
- An overridden entity type, as registered with the CustomEntityRegistrar
Return Value
IReadOnlyCollectionTCustomEntityThe requested list
See Also