GeneralRepositoryGetAllTEntity(String, ISubEntityFetchPlan) Method

Definition

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