QueryExpression Class

Definition

Query expression, the name in query is case-sensitive.

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

Constructors

QueryExpression(String)

Initializes a new instance of the QueryExpression class.

Fields

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)
Query

query. string

Properties

Expression

Gets the expression string.

Name

Gets the name string.

Value

Gets the expression string.

(Inherited from SourceExpression)

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