Show / Hide Table of Contents

Class Year

Year function expression

Inheritance
object
ExpressionBase
FunctionBase
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.Scripting.Report
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class Year : FunctionBase

Constructors

View Source

Year(FunctionBase)

Constructor

Declaration
public Year(FunctionBase innerFunction)
Parameters
Type Name Description
FunctionBase innerFunction

The inner function

View Source

Year(string)

Constructor

Declaration
public Year(string expression)
Parameters
Type Name Description
string expression

The query 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)
  • View Source
☀
☾
Back to top Generated by DocFX