Show / Hide Table of Contents

Class NotExpression

Inheritance
System.Object
Expression
BooleanExpression
NotExpression
Implements
IIrisRepresentable
Inherited Members
BooleanExpression.Equals(Object)
BooleanExpression.GetHashCode()
Expression.IsNull()
Namespace: Deephaven.OpenAPI.Client.Fluent
Assembly: DeephavenOpenAPI.dll
Syntax
public class NotExpression : BooleanExpression, IIrisRepresentable

Methods

AppendIrisRepresentation(StringBuilder)

Declaration
public override void AppendIrisRepresentation(StringBuilder sb)
Parameters
Type Name Description
StringBuilder sb
Overrides
Expression.AppendIrisRepresentation(StringBuilder)

Create(BooleanExpression)

Declaration
public static BooleanExpression Create(BooleanExpression e)
Parameters
Type Name Description
BooleanExpression e
Returns
Type Description
BooleanExpression

Implements

IIrisRepresentable

Extension Methods

Expression_Extensions.As(Expression, String)
Back to top Generated by DocFX