Table of Contents

Class Generator

Namespace
The.Import.Schema
Assembly
Instagile.dll
public class Generator
Inheritance
Generator
Inherited Members

Constructors

Generator(Structure, Correspondence, IProgress<Status>?)

public Generator(Structure structure, Correspondence previousRun, IProgress<Status>? progress = null)

Parameters

structure Structure
previousRun Correspondence
progress IProgress<Status>

Methods

MakeSchema(string)

public IEnumerable<IEvent> MakeSchema(string source)

Parameters

source string

Returns

IEnumerable<IEvent>