Class Generator
public class Generator
- Inheritance
-
Generator
- Inherited Members
Constructors
Generator(Structure, Correspondence, IProgress<Status>?)
public Generator(Structure structure, Correspondence previousRun, IProgress<Status>? progress = null)
Parameters
structureStructurepreviousRunCorrespondenceprogressIProgress<Status>
Methods
MakeSchema(string)
public IEnumerable<IEvent> MakeSchema(string source)
Parameters
sourcestring