Show / Hide Table of Contents

Class Parameter

Query parameter

Inheritance
object
ExpressionBase
Parameter
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 Parameter : ExpressionBase

Constructors

View Source

Parameter(string, object)

Constructor

Declaration
public Parameter(string name, object value)
Parameters
Type Name Description
string name

The parameter name

object value

The parameter value

Properties

View Source

Name

The parameter name

Declaration
public string Name { get; }
Property Value
Type Description
string
View Source

Value

The parameter value

Declaration
public object Value { get; }
Property Value
Type Description
object

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