Detailed Description

Used to setup custom tags.

Static Public Member Functions

static void Now ()
 Sets up the DOM engine by scanning "this" assembly for units, properties etc. More...
 
static void Reset ()
 Clears all the buffers so you can safely call any of the start methods again. More...
 
static void AddToScanner (Modular.AssemblyScanner scanner)
 Adds all the type checkers to the given scanner. They basically automatically find elements etc in assemblies. More...
 

Properties

static bool Started [get]
 True if the DOM module has been started for at least one module. More...
 

Member Function Documentation

static void Dom.Start.AddToScanner ( Modular.AssemblyScanner  scanner)
inlinestatic

Adds all the type checkers to the given scanner. They basically automatically find elements etc in assemblies.

static void Dom.Start.Now ( )
inlinestatic

Sets up the DOM engine by scanning "this" assembly for units, properties etc.

static void Dom.Start.Reset ( )
inlinestatic

Clears all the buffers so you can safely call any of the start methods again.

Property Documentation

bool Dom.Start.Started
staticget

True if the DOM module has been started for at least one module.