Click or drag to resize

GeneralRepositoryGetAllTEntity(String, ISubEntityFetchPlan) Method


Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public ICollection<TEntity> GetAll<TEntity>(
	string filter,
	ISubEntityFetchPlan subEntityFetchPlan = null
)
where TEntity : new(), NetForumEntity

Parameters

filter  String
 
subEntityFetchPlan  ISubEntityFetchPlan  (Optional)
 

Type Parameters

TEntity

Return Value

ICollectionTEntity
See Also