Show / Hide Table of Contents

Class ReportQuery

Report query

Inheritance
object
ReportQuery
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting.Report
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ReportQuery

Constructors

View Source

ReportQuery()

Declaration
public ReportQuery()

Properties

View Source

Filter

The OData filter expression (with support for attribute fields)

Declaration
public string Filter { get; set; }
Property Value
Type Description
string
View Source

OrderBy

The OData order-by expression (with support for attribute fields)

Declaration
public string OrderBy { get; set; }
Property Value
Type Description
string
View Source

Select

The OData field selection expression

Declaration
public string Select { get; set; }
Property Value
Type Description
string
View Source

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?
View Source

Status

The object status (default: all status)

Declaration
public ObjectStatus? Status { get; set; }
Property Value
Type Description
ObjectStatus?
View Source

Top

The number of items in the queried collection

Declaration
public long? Top { get; set; }
Property Value
Type Description
long?

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
  • View Source
☀
☾
Back to top Generated by DocFX