Show / Hide Table of Contents

Class ReportStartFunctionResult

Result of the report start function

Inheritance
object
FunctionResultBase
ReportStartFunctionResult
Inherited Members
FunctionResultBase.Calendar
FunctionResultBase.Tenant
FunctionResultBase.Employee
FunctionResultBase.Payroll
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class ReportStartFunctionResult : FunctionResultBase

Constructors

View Source

ReportStartFunctionResult()

Declaration
public ReportStartFunctionResult()

Properties

View Source

DataSet

The query results

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

Queries

The report queries

Declaration
public IDictionary<string, string> Queries { get; set; }
Property Value
Type Description
IDictionary<string, string>

Methods

View Source

ToString()

Returns a string that represents this instance

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

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