Class BaseGenerator
Includes core functions that generate the C# source code.
Inheritance
BaseGenerator
Assembly: Tlumach.Base.dll
Syntax
public class BaseGenerator
Constructors
BaseGenerator()
Declaration
protected BaseGenerator()
Fields
OPTION_DELAYED_UNITS
Declaration
protected const string OPTION_DELAYED_UNITS = "DelayedUnitCreation"
Field Value
Declaration
protected const string OPTION_EXTRA_PARSERS = "ExtraParsers"
Field Value
OPTION_USING_NAMESPACE
Declaration
protected const string OPTION_USING_NAMESPACE = "UsingNamespace"
Field Value
Methods
GenerateClass(string, string, Dictionary<string, string>)
Declaration
protected static string? GenerateClass(string configFile, string projectDir, Dictionary<string, string> options)
Parameters
Returns