Show / Hide Table of Contents

Class StringLiteral

Inheritance
System.Object
Expression
StringExpression
StringLiteral
Implements
IIrisRepresentable
Inherited Members
StringExpression.StartsWith(StringExpression)
StringExpression.EndsWith(StringExpression)
StringExpression.Contains(StringExpression)
StringExpression.Matches(StringExpression)
StringExpression.Equals(Object)
StringExpression.GetHashCode()
Expression.IsNull()
Namespace: Deephaven.OpenAPI.Client.Fluent
Assembly: DeephavenOpenAPI.dll
Syntax
public class StringLiteral : StringExpression, IIrisRepresentable

Constructors

StringLiteral(String)

Declaration
public StringLiteral(string value)
Parameters
Type Name Description
System.String value

Methods

AppendIrisRepresentation(StringBuilder)

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

Implements

IIrisRepresentable

Extension Methods

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