BodyExpression 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.
Body expression.
public sealed class BodyExpression : Microsoft.OpenApi.Expressions.SourceExpression
type BodyExpression = class
inherit SourceExpression
Public NotInheritable Class BodyExpression
Inherits SourceExpression
- Inheritance
Constructors
| BodyExpression() |
Initializes a new instance of the BodyExpression class. |
| BodyExpression(JsonPointer) |
Initializes a new instance of the BodyExpression class. |
Fields
| Body |
body string |
| PointerPrefix |
Prefix for a pointer |
| Prefix |
The dollar sign prefix for a runtime expression. (Inherited from RuntimeExpression) |
Properties
| Expression |
Gets the expression string. |
| Fragment |
Gets the fragment 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) |