RuntimeExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for the Open API runtime expression.
public abstract class RuntimeExpression : IEquatable<Microsoft.OpenApi.Expressions.RuntimeExpression>
type RuntimeExpression = class
interface IEquatable<RuntimeExpression>
Public MustInherit Class RuntimeExpression
Implements IEquatable(Of RuntimeExpression)
- Inheritance
-
RuntimeExpression
- Derived
- Implements
Constructors
RuntimeExpression() |
Fields
Prefix |
The dollar sign prefix for a runtime expression. |
Properties
Expression |
The expression string. |
Methods
Build(String) |
Build the runtime expression from input string. |
Equals(Object) |
Equals implementation for IEquatable. |
Equals(RuntimeExpression) |
Equals implementation for object of the same type. |
GetHashCode() |
GetHashCode implementation for IEquatable. |
ToString() | Returns a string that represents the current object. |