IOpenApiPrimitive Interface
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 interface for the Primitive type.
public interface IOpenApiPrimitive : Microsoft.OpenApi.Any.IOpenApiAny
type IOpenApiPrimitive = interface
interface IOpenApiAny
interface IOpenApiElement
interface IOpenApiExtension
Public Interface IOpenApiPrimitive
Implements IOpenApiAny
- Derived
- Implements
Properties
AnyType |
Type of an IOpenApiAny. (Inherited from IOpenApiAny) |
PrimitiveType |
Primitive type. |
Methods
Write(IOpenApiWriter, OpenApiSpecVersion) |
Write out contents of custom extension (Inherited from IOpenApiExtension) |
Extension Methods
Validate(IOpenApiElement, ValidationRuleSet) |
Validate element and all child elements |