Show / Hide Table of Contents

Class FunctionTypeExtensions

Inheritance
object
FunctionTypeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class FunctionTypeExtensions

Methods

ContainsFunction(List<FunctionType>, FunctionType)

Declaration
public static bool ContainsFunction(this List<FunctionType> functionTypes, FunctionType test)
Parameters
Type Name Description
List<FunctionType> functionTypes
FunctionType test
Returns
Type Description
bool

GetFunctionValueType(FunctionType)

Declaration
public static Type GetFunctionValueType(this FunctionType functionType)
Parameters
Type Name Description
FunctionType functionType
Returns
Type Description
Type

IsBooleanResult(FunctionType)

Declaration
public static bool IsBooleanResult(this FunctionType functionType)
Parameters
Type Name Description
FunctionType functionType
Returns
Type Description
bool

IsDecimalResult(FunctionType)

Declaration
public static bool IsDecimalResult(this FunctionType functionType)
Parameters
Type Name Description
FunctionType functionType
Returns
Type Description
bool

ToBitmask(List<FunctionType>)

Declaration
public static long ToBitmask(this List<FunctionType> functionTypes)
Parameters
Type Name Description
List<FunctionType> functionTypes
Returns
Type Description
long

ToFunctionTypes(long)

Declaration
public static List<FunctionType> ToFunctionTypes(this long bitmask)
Parameters
Type Name Description
long bitmask
Returns
Type Description
List<FunctionType>
☀
☾
Back to top Generated by DocFX