Share via


RuntimeExpressionAnyWrapper Class

Definition

The wrapper either for IOpenApiAny or RuntimeExpression

public class RuntimeExpressionAnyWrapper : Microsoft.OpenApi.Interfaces.IOpenApiElement
type RuntimeExpressionAnyWrapper = class
    interface IOpenApiElement
Public Class RuntimeExpressionAnyWrapper
Implements IOpenApiElement
Inheritance
RuntimeExpressionAnyWrapper
Implements

Constructors

RuntimeExpressionAnyWrapper()

Parameterless constructor

RuntimeExpressionAnyWrapper(RuntimeExpressionAnyWrapper)

Initializes a copy of an RuntimeExpressionAnyWrapper object

Properties

Any

Gets/Sets the IOpenApiAny

Expression

Gets/Set the RuntimeExpression

Methods

WriteValue(IOpenApiWriter)

Write RuntimeExpressionAnyWrapper

Extension Methods

Validate(IOpenApiElement, ValidationRuleSet)

Validate element and all child elements

Applies to