RuntimeExpressionAnyWrapper 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.
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) |
Extension Methods
Validate(IOpenApiElement, ValidationRuleSet) |
Validate element and all child elements |