OpenApiNull 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.
Open API null.
public class OpenApiNull : Microsoft.OpenApi.Any.IOpenApiAny
type OpenApiNull = class
interface IOpenApiAny
interface IOpenApiElement
interface IOpenApiExtension
Public Class OpenApiNull
Implements IOpenApiAny
- Inheritance
-
OpenApiNull
- Implements
Constructors
OpenApiNull() |
Parameterless constructor |
OpenApiNull(OpenApiNull) |
Initializes a copy of OpenApiNull object |
Properties
AnyType |
The type of IOpenApiAny |
Methods
Write(IOpenApiWriter, OpenApiSpecVersion) |
Write out null representation |
Extension Methods
Validate(IOpenApiElement, ValidationRuleSet) |
Validate element and all child elements |