PathExpression Class

Definition

Path expression, the name in path is case-sensitive.

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

Constructors

PathExpression(String)

Initializes a new instance of the PathExpression class.

Fields

Path

path. string

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)

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