Jump to: navigation, search

Difference between revisions of "Compiler"


(Created page with "==Overview== The {{UBIK}} compiler assembles and compiles customizing code into invokable .NET assemblies. It also creates the necessary tables, views and stored procedures in...")
(No difference)

Revision as of 09:24, 13 May 2013

Overview

The UBIK® compiler assembles and compiles customizing code into invokable .NET assemblies. It also creates the necessary tables, views and stored procedures in the database. In short: compiling a UBIK® data model is a necessary step to bring custom classes and their behavior to life.

User interface

The UBIK® compiler can be accessed via UBIK® Studio's Build menu. Once launched, it will immediately start to fetch all available customizing code from the data model and assemble it into C# code. Depending on the size of the data model, this might takes a while. When finished, the assembled code is presented in the preview area.

Toolbar

Preview area

Tab Purpose
Obect Code This holds the entire object code, consisting of
  • MetaClasses
  • MetaProperties
  • Specific code for MetaClasses
  • Code library for all MetaClasses
UI Code This holds the code for the visual representation of MetaClasses and their MetaProperties