Show / Hide Table of Contents

Class CaseAvailableFunctionResult

Result of the case available function

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

Constructors

View Source

CaseAvailableFunctionResult()

Declaration
public CaseAvailableFunctionResult()

Properties

View Source

Available

The available result

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

Case

The case

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

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