RepositoryReadOnlyTGetAllTCustomEntity(ExpressionFuncTCustomEntity, IEnumerableNetForumEntity) Method
Retrieves a list of all known entities managed by this repository
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<TCustomEntity> GetAll<TCustomEntity>(
params Expression<Func<TCustomEntity, IEnumerable<NetForumEntity>>>[] collectionsToPreload
)
where TCustomEntity : new()
Public Function GetAll(Of TCustomEntity As New) (
ParamArray collectionsToPreload As Expression(Of Func(Of TCustomEntity, IEnumerable(Of NetForumEntity)))()
) As IReadOnlyCollection(Of TCustomEntity)
public:
generic<typename TCustomEntity>
where TCustomEntity : gcnew()
virtual IReadOnlyCollection<TCustomEntity>^ GetAll(
... array<Expression<Func<TCustomEntity, IEnumerable<NetForumEntity^>^>^>^>^ collectionsToPreload
) sealed
abstract GetAll :
collectionsToPreload : Expression<Func<'TCustomEntity, IEnumerable<NetForumEntity>>>[] -> IReadOnlyCollection<'TCustomEntity> when 'TCustomEntity : new()
override GetAll :
collectionsToPreload : Expression<Func<'TCustomEntity, IEnumerable<NetForumEntity>>>[] -> IReadOnlyCollection<'TCustomEntity> when 'TCustomEntity : new()
- collectionsToPreload ExpressionFuncTCustomEntity, IEnumerableNetForumEntity
-
A set of NetForumSubEntityCollectionAttribute annotated collections which should be preloaded,
overriding any defaults or FetchStrategyHintAttribute on the collection property itself.
- TCustomEntity
- An overridden entity type, as registered with the CustomEntityRegistrar
IReadOnlyCollectionTCustomEntityThe requested list