Click or drag to resize

AggregationFunctionValidationContext Constructor

Initializes a new instance of the AggregationFunctionValidationContext class

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AggregationFunctionValidationContext(
	Type[] parameterTypes,
	bool[] constantValue,
	Object[] constantValues,
	bool distinct,
	bool windowed,
	ExprNode[] expressions,
	IDictionary namedParameters
)

Parameters

parameterTypes
Type: SystemType

[Missing <param name="parameterTypes"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

constantValue
Type: SystemBoolean

[Missing <param name="constantValue"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

constantValues
Type: SystemObject

[Missing <param name="constantValues"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

distinct
Type: SystemBoolean

[Missing <param name="distinct"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

windowed
Type: SystemBoolean

[Missing <param name="windowed"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

expressions
Type: ExprNode

[Missing <param name="expressions"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

namedParameters
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="namedParameters"/> documentation for "M:com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext.#ctor(System.Type[],System.Boolean[],System.Object[],System.Boolean,System.Boolean,com.espertech.esper.common.internal.epl.expression.core.ExprNode[],System.Collections.Generic.IDictionary`2)"]

See Also