Class ReportQuery
Report query
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Report
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ReportQuery
Constructors
View SourceReportQuery()
Declaration
public ReportQuery()
Properties
View SourceFilter
The OData filter expression (with support for attribute fields)
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrderBy
The OData order-by expression (with support for attribute fields)
Declaration
public string OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Select
The OData field selection expression
Declaration
public string Select { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Skip
The number of items in the queried collection that are to be skipped
Declaration
public long? Skip { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Status
The object status (default: all status)
Declaration
public ObjectStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ObjectStatus? |
Top
The number of items in the queried collection
Declaration
public long? Top { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |