CompositeExpression Class

Definition

String literal with embedded expressions

public class CompositeExpression : Microsoft.OpenApi.Expressions.RuntimeExpression
type CompositeExpression = class
    inherit RuntimeExpression
Public Class CompositeExpression
Inherits RuntimeExpression
Inheritance
CompositeExpression

Constructors

CompositeExpression(String)

Create a composite expression from a string literal with an embedded expression

Fields

ContainedExpressions

Expressions embedded into string literal

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)

Properties

Expression

Return original string literal with embedded expression

Methods

Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression)

Equals implementation for object of the same type.

(Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

(Inherited from RuntimeExpression)
ToString() (Inherited from RuntimeExpression)

Applies to