TRONIX Code Documentation
Loading...
Searching...
No Matches
Properties | List of all members
Tronix.Models.Repositories.PagedEntities< T > Class Template Reference

Used in paging methods of IRepository<T> to return a total record Count of Entities More...

Properties

int Count [get, set]
 Total record count.
 
IEnumerable< T > Entities [get, set]
 Query results.
 

Detailed Description

Used in paging methods of IRepository<T> to return a total record Count of Entities

Template Parameters
T

Property Documentation

◆ Count

Total record count.

◆ Entities

IEnumerable<T> Tronix.Models.Repositories.PagedEntities< T >.Entities
getset

Query results.


The documentation for this class was generated from the following file: