OpenApiByte Class

Definition

Open API Byte

public class OpenApiByte : Microsoft.OpenApi.Any.OpenApiPrimitive<byte[]>
type OpenApiByte = class
    inherit OpenApiPrimitive<byte[]>
Public Class OpenApiByte
Inherits OpenApiPrimitive(Of Byte())
Inheritance
OpenApiByte

Constructors

OpenApiByte(Byte)

Initializes the OpenApiByte class.

OpenApiByte(Byte[])

Initializes the OpenApiByte class.

Properties

AnyType

The kind of IOpenApiAny.

(Inherited from OpenApiPrimitive<T>)
PrimitiveType

Primitive type this object represents.

Value

Value of this IOpenApiPrimitive

(Inherited from OpenApiPrimitive<T>)

Methods

Write(IOpenApiWriter, OpenApiSpecVersion)

Write out content of primitive element

(Inherited from OpenApiPrimitive<T>)

Extension Methods

Validate(IOpenApiElement, ValidationRuleSet)

Validate element and all child elements

Applies to