OpenApiLong Class

Definition

Open API long.

public class OpenApiLong : Microsoft.OpenApi.Any.OpenApiPrimitive<long>
type OpenApiLong = class
    inherit OpenApiPrimitive<int64>
Public Class OpenApiLong
Inherits OpenApiPrimitive(Of Long)
Inheritance

Constructors

OpenApiLong(Int64)

Initializes the OpenApiLong 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