Show / Hide Table of Contents

Class ReportEndFunctionResult

Result of the report start function

Inheritance
object
FunctionResultBase
ReportEndFunctionResult
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 ReportEndFunctionResult : FunctionResultBase

Constructors

View Source

ReportEndFunctionResult()

Declaration
public ReportEndFunctionResult()

Properties

View Source

DataSet

The report queries

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

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