Show / Hide Table of Contents

Class FunctionResultBase

Result of a function

Inheritance
object
FunctionResultBase
CaseAvailableFunctionResult
CaseBuildFunctionResult
CaseRelationBuildFunctionResult
CaseRelationValidateFunctionResult
CaseValidateFunctionResult
ReportBuildFunctionResult
ReportEndFunctionResult
ReportStartFunctionResult
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.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public abstract class FunctionResultBase

Constructors

View Source

FunctionResultBase()

Declaration
protected FunctionResultBase()

Properties

View Source

Calendar

The calendar

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

Employee

The employee

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

Payroll

The payroll

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

Tenant

The tenant

Declaration
public ITenant Tenant { get; set; }
Property Value
Type Description
ITenant

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