Class JsonSchema
Inheritance
System.Object
JsonSchema
Assembly: FastReport.Base.dll
Syntax
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
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
Load(JsonObject)
Declaration
public static JsonSchema Load(JsonObject obj)
Parameters
Returns
Save(JsonObject)
Declaration
public void Save(JsonObject obj)
Parameters