N2CMS

Classes

Package N2.Web.Compilation

Classes

class  CodeExpressionBuilder
 A quick way to set web control properties at runtime. The specified expression is evaluated at compile time. More...
class  CurrentItemExpressionBuilder
 Expression builder used for initializing web controls with the current item's detils or properties with the expression syntax. This is a convenient to bind content data to controls on a template. The expression is evaluated at compile time. More...
class  CurrentPageExpressionBuilder
 Expression builder used for initializing web controls with the current page's detils or properties with the expression syntax. This is a convenient to bind content data to controls on a template. The expression is evaluated at compile time. More...
class  HasValueExpressionBuilder
 Gives a true/false value indicating wether a certain expressions would give a value. Useful in situations where we need to hide a webcontrol when there is no value to give it. More...
class  N2ExpressionBuilder
 The base class for N2 expression builders. Defines methods to compile time create code expressions. More...
class  StartPageExpressionBuilder
 Gets a value from the current start page. More...