 | GeneralRepository Class |
Inheritance HierarchySystemObject
Ignition.Framework.RepositoriesGeneralRepository
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic class GeneralRepository
Public Class GeneralRepository
public ref class GeneralRepository
type GeneralRepository = class end
The GeneralRepository type exposes the following members.
Constructors
Methods| | Name | Description |
|---|
 | Delete | |
 | GetTEntity | Obsolete.
|
 | GetAllTEntity(String, ISubEntityFetchPlan) | |
 | GetAllTEntity(ExpressionFuncTEntity, Boolean, GetAllOptions, ISubEntityFetchPlan) | |
 | GetAllQueryResultsTEntity(IgnitionQueryRequest) | |
 | GetAllQueryResultsTEntity(String, ISubEntityFetchPlan) | |
 | GetAllQueryResultsTEntity(ExpressionFuncTEntity, Boolean, GetAllOptions, ISubEntityFetchPlan) | |
 | GetAllStreamingTEntity(String, ISubEntityFetchPlan) | |
 | GetAllStreamingTEntity(ExpressionFuncTEntity, Boolean, GetAllOptions, ISubEntityFetchPlan) | |
 | GetByIdTEntity | |
 | GetDefaultTEntity | |
 | QueryPredicateToUniqueIdTEntity | |
 | Save(IEnumerableNetForumEntity) | |
 | Save(NetForumEntity) | |
 | SaveAndReload(IEnumerableNetForumEntity) | Obsolete.
|
 | SaveAndReload(NetForumEntity) | Obsolete.
|
 | Undelete | |
Top
See Also