Search Results for

    Show / Hide Table of Contents

    Class JsonSchema

    Inheritance
    System.Object
    JsonSchema
    Namespace: FastReport.Utils.Json
    Assembly: FastReport.Base.dll
    Syntax
    public class JsonSchema

    Properties

    DataType

    Declaration
    public Type DataType { get; }
    Property Value
    Type Description
    System.Type

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Declaration
    public JsonSchema Items { get; set; }
    Property Value
    Type Description
    JsonSchema

    Properties

    Declaration
    public Dictionary<string, JsonSchema> Properties { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, JsonSchema>

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    FromJson(Object)

    Declaration
    public static JsonSchema FromJson(object json)
    Parameters
    Type Name Description
    System.Object json
    Returns
    Type Description
    JsonSchema

    Load(JsonObject)

    Declaration
    public static JsonSchema Load(JsonObject obj)
    Parameters
    Type Name Description
    JsonObject obj
    Returns
    Type Description
    JsonSchema

    Save(JsonObject)

    Declaration
    public void Save(JsonObject obj)
    Parameters
    Type Name Description
    JsonObject obj
    Back to top © 1998-2026 Copyright Fast Reports Inc.