IUserSession Methods |
The IUserSession type exposes the following members.
Name | Description | |
---|---|---|
CompositeGetT, TManager |
Retrieves an entity with given ID and objects related to the entity.
The includeExpression defines what to include.
| |
CompositeListT |
Retrieves the collection of all objects of a given type as well as all objects related to the object type.
The includeExpression defines what to include.
| |
CountT |
Gets the count of query results
| |
Debug | (Inherited from IInstanceLogger.) | |
Error | (Inherited from IInstanceLogger.) | |
Exists |
Checks whether an object with given unique ids exists or not
| |
GetT |
Retrieves an object that implements the IObjectWithId interface by its unique ID,
from the content store.
| |
GetEntitiesT, TManager |
Retrieves from the content store by unique ID a collection of entities that implements the IEntityTManager interface.
| |
GetEntityT, TManager |
Retrieves by unique ID from the content store an entity object that implements the IEntityTManager interface.
| |
GetManagerT |
Retrieves an objec that IEntityTManager interface.
| |
Info | (Inherited from IInstanceLogger.) | |
ListT |
Retrieves the collection of all objects of a given type.
| |
Log | (Inherited from IInstanceLogger.) | |
LuceneQueryAllT, TIndex | Queries the content store using Lucene query syntax, returning a collection of objects of the given type. The CSAPI creates indexes in the content store to expedite object lookup. The CSAPI comes with a set of indexes for its basic functionality. All strong-typed queries go through this method. Additional custom indexes can be created to provide further flexibility on fast lookup. Please refer to the Indexing topic for more information on indexes and custom indexes. | |
QueryT, TIndex | Queries the content store and returns a collection of objects of a given type. The query is based on the type of index provided. THe CSAPI creates indexes in the content store to expedite object lookup. CSAPI comes with a set of indexes for its basic functionality. All strong-typed queries go through this method. Additional custom indexes can be created to provide even further flexibilities on fast lookup. Please refer to the Indexing topic for more information on indexes and custom indexes. | |
Warn | (Inherited from IInstanceLogger.) |