PowerUI.TypeAliases Class Reference

Detailed Description

Maps PowerUI specific aliases in the Nitro alias map. E.g. Event to UIEvent.

Static Public Member Functions

static void Add (string alias, Type forType)
 Adds an alias to the global map. More...
 
static void Setup ()
 Called when the system is starting to setup the default alias set. More...
 

Member Function Documentation

static void PowerUI.TypeAliases.Add ( string  alias,
Type  forType 
)
inlinestatic

Adds an alias to the global map.

Parameters
aliasThe alias string to use.
forTypeThe system type it maps to.
static void PowerUI.TypeAliases.Setup ( )
inlinestatic

Called when the system is starting to setup the default alias set.