Show / Hide Table of Contents

Class BooleanLiteral

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

Constructors

BooleanLiteral(Boolean)

Declaration
public BooleanLiteral(bool value)
Parameters
Type Name Description
System.Boolean value

Methods

AppendIrisRepresentation(StringBuilder)

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

Create(Boolean)

Declaration
public static BooleanLiteral Create(bool value)
Parameters
Type Name Description
System.Boolean value
Returns
Type Description
BooleanLiteral

Implements

IIrisRepresentable

Extension Methods

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