Compiler ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a compiler that can turn source schema into particular target script/schema, i.e. into database creation script for particular technology (i.e. Oracle, MySQL, PostgreSQL, etc..) or some other code/script (i.e. RecordModel classes, JavaScript classes)
Inheritance Hierarchy

OnlineSystem Object
  NFX.RelationalModel Compiler
    NFX.RelationalModel RDBMSCompiler

Namespace: NFX.RelationalModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class Compiler : IConfigurable, 
	INamed
See Also