Class QueryResult<T>
Inheritance
QueryResult<T>
Assembly: PayrollEngine.Core.dll
Syntax
public class QueryResult<T>
Type Parameters
Constructors
QueryResult()
Declaration
QueryResult(T[], long)
Declaration
public QueryResult(T[] items, long count)
Parameters
| Type |
Name |
Description |
| T[] |
items |
|
| long |
count |
|
Properties
Count
Declaration
public long Count { get; set; }
Property Value
Items
Declaration
public T[] Items { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods