Show / Hide Table of Contents

Class ReportBuildFunctionResult

Result of the report build function

Inheritance
object
FunctionResultBase
ReportBuildFunctionResult
Inherited Members
FunctionResultBase.Calendar
FunctionResultBase.Tenant
FunctionResultBase.Employee
FunctionResultBase.Payroll
object.GetType()
object.MemberwiseClone()
object.ToString()
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 ReportBuildFunctionResult : FunctionResultBase

Constructors

View Source

ReportBuildFunctionResult()

Declaration
public ReportBuildFunctionResult()

Properties

View Source

Report

The build report

Declaration
public ReportSet Report { get; set; }
Property Value
Type Description
ReportSet

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