Show / Hide Table of Contents

Class GroupExpression

Inheritance
System.Object
Expression
GroupExpression
FunctionArgumentExpression
Inherited Members
Expression.ExpressionString
Expression.Children
Expression.Next
Expression.Prev
Expression.Operator
Expression.IgnoreCircularReference
Expression.HasChildren
Expression.PrepareForNextChild()
Expression.AddChild(Expression)
Expression.MergeWithNext()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExpressionGraph
Assembly: EPPlus.dll
Syntax
public class GroupExpression : Expression

Constructors

GroupExpression(Boolean)

Declaration
public GroupExpression(bool isNegated)
Parameters
Type Name Description
System.Boolean isNegated

GroupExpression(Boolean, IExpressionCompiler)

Declaration
public GroupExpression(bool isNegated, IExpressionCompiler expressionCompiler)
Parameters
Type Name Description
System.Boolean isNegated
IExpressionCompiler expressionCompiler

Properties

IsGroupedExpression

Declaration
public override bool IsGroupedExpression { get; }
Property Value
Type Description
System.Boolean
Overrides
Expression.IsGroupedExpression

Methods

Compile()

Declaration
public override CompileResult Compile()
Returns
Type Description
CompileResult
Overrides
Expression.Compile()
Back to top Generated by DocFX