Show / Hide Table of Contents

Class FunctionBase

Query function base

Inheritance
object
ExpressionBase
FunctionBase
Date
Day
Hour
Minute
Month
Time
Year
Inherited Members
ExpressionBase.ToString()
ExpressionBase.Expression
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.QueryExpression
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class FunctionBase : ExpressionBase

Constructors

FunctionBase(FunctionBase)

Constructor

Declaration
protected FunctionBase(FunctionBase innerFunction)
Parameters
Type Name Description
FunctionBase innerFunction

The inner function

FunctionBase(string)

Constructor

Declaration
protected FunctionBase(string expression)
Parameters
Type Name Description
string expression

The function expression

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)
☀
☾
Back to top Generated by DocFX