Share via


StatusCodeExpression Class

Definition

StatusCode expression.

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

Constructors

Name Description
StatusCodeExpression()

Private constructor.

Fields

Name Description
Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)
StatusCode

$statusCode string.

Properties

Name Description
Expression

Gets the expression string.

Methods

Name Description
Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression) (Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

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

Applies to