Show / Hide Table of Contents

Class CaseBuildFunctionResult

Result of the case build function

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

Constructors

View Source

CaseBuildFunctionResult()

Declaration
public CaseBuildFunctionResult()

Properties

View Source

Build

The build result

Declaration
public bool? Build { get; set; }
Property Value
Type Description
bool?
View Source

CaseSet

The case set

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

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