Search Results for

    Show / Hide Table of Contents

    Class JsonSchemaTypeUtil

    Inheritance
    object
    JsonSchemaTypeUtil
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Json.Schema
    Assembly: Glitch9.IO.dll
    Syntax
    public static class JsonSchemaTypeUtil

    Fields

    | Edit this page View Source

    Array

    Declaration
    public const string Array = "array"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Boolean

    Declaration
    public const string Boolean = "boolean"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Integer

    Declaration
    public const string Integer = "integer"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Null

    Declaration
    public const string Null = "null"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Number

    Declaration
    public const string Number = "number"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Object

    Declaration
    public const string Object = "object"
    Field Value
    Type Description
    string
    | Edit this page View Source

    String

    Declaration
    public const string String = "string"
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ConvertType(Type)

    Declaration
    public static JsonSchemaType ConvertType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    JsonSchemaType
    | Edit this page View Source

    GetValue(JsonSchemaType, TextCase)

    Declaration
    public static string GetValue(JsonSchemaType type, TextCase stringCase)
    Parameters
    Type Name Description
    JsonSchemaType type
    TextCase stringCase
    Returns
    Type Description
    string
    | Edit this page View Source

    Parse(string)

    Declaration
    public static JsonSchemaType Parse(string typeString)
    Parameters
    Type Name Description
    string typeString
    Returns
    Type Description
    JsonSchemaType
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation