SourceExpression Class

Definition

Source expression.

public abstract class SourceExpression : Microsoft.OpenApi.Expressions.RuntimeExpression
type SourceExpression = class
    inherit RuntimeExpression
Public MustInherit Class SourceExpression
Inherits RuntimeExpression
Inheritance
SourceExpression
Derived

Constructors

SourceExpression(String)

Initializes a new instance of the QueryExpression class.

Fields

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)

Properties

Expression

The expression string.

(Inherited from RuntimeExpression)
Value

Gets the expression string.

Methods

Build(String)

Build the source expression from input string.

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