Classes | |
interface | IComparisonCriteria-g |
Classes implementing this interface provides functionality to add a criteria with operations such as greater than and between. More... | |
interface | ICriteria-g |
Classes implementing this interface provides functionality to add criteras for equality. More... | |
interface | IDetailCriteria |
Classes implementing this interface provides options to add criteras for various comparisons on item details. More... | |
interface | IItemFinder |
Classes implementing this interface are responsible creating a query builder. More... | |
interface | INullableComparisonCriteria-g |
interface | INullableCriteria |
interface | INullableCriteria-g |
interface | IOrderBy |
interface | IPropertyCriteria |
Classes implementing this interface provides options to add criteras for various comparisons on item persistable properties. More... | |
interface | IQueryAction |
Classes implementing this interface provides methods to continue the query building or end the current query. More... | |
interface | IQueryBuilder |
Classes implementing this interface provides methods to define criterias when building a query. More... | |
interface | IQueryEnd |
Classes implementing this interface provides an endpoint for queries allowing to select items using current criterias. More... | |
interface | IQueryEnding |
Classes implementing this interface provide the last options before the end of the query. More... | |
interface | ISortDirection |
interface | IStringCriteria |
Classes implementing this interface provides functionality to add criteras for string equality and like operations. More... | |
Enumerations | |
enum | VersionOption { Include, Exclude } |
Enum providing options to include or exclude item's previous versions. More... |
Enum providing options to include or exclude item's previous versions.
Definition at line 10 of file VersionOption.cs.