Show / Hide Table of Contents

Class GenerationResult

The result object of a model generation by the Generator

Inheritance
System.Object
GenerationResult
Namespace: Conizi.Model.Core.Entities
Assembly: Conizi.Model.Core.dll
Syntax
public class GenerationResult : object

Properties

Description

The schema description

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

File

The file the schema was stored

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

Id

The schema Id

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

JSchema

The schema as JSchema

Declaration
public JSchema JSchema { get; set; }
Property Value
Type Description
JSchema

Model

The model used to generate the schema

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

Title

The schema title

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

Version

The version was used to generate the schema

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

Methods

ToString()

The content of the generated schema as string. Generated in JSON Schema Draft 6 as default.

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX