RequestExpression Class

Definition

$request. expression.

public sealed class RequestExpression : Microsoft.OpenApi.Expressions.RuntimeExpression
type RequestExpression = class
    inherit RuntimeExpression
Public NotInheritable Class RequestExpression
Inherits RuntimeExpression
Inheritance
RequestExpression

Constructors

RequestExpression(SourceExpression)

Initializes a new instance of the RequestExpression class.

Fields

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)
Request

$request. string

Properties

Expression

Gets the expression string.

Source

The SourceExpression 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