Class Query
Assembly: PayrollEngine.Core.dll
Syntax
Constructors
Query()
Declaration
Query(Query)
Declaration
public Query(Query source)
Parameters
| Type |
Name |
Description |
| Query |
source |
|
Properties
Filter
Declaration
public string Filter { get; set; }
Property Value
OrderBy
Declaration
public string OrderBy { get; set; }
Property Value
Result
Declaration
public QueryResultType? Result { get; set; }
Property Value
Select
Declaration
public string Select { get; set; }
Property Value
Skip
Declaration
public long? Skip { get; set; }
Property Value
Status
Declaration
public ObjectStatus? Status { get; set; }
Property Value
Top
Declaration
public long? Top { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods