Dom.ILangNode Interface Reference

Detailed Description

Contains .

Inheritance diagram for Dom.ILangNode:
PowerUI.VariableElement

Public Member Functions

void SetArguments (string[] arguments)
 Sets the runtime argument set. See the Arguments variable. More...
 
void SetVariableName (string name)
 Changes the name of the variable. Thats the text used . More...
 
void LoadNow ()
 Loads the content of this variable element by looking up the content for the variables name. More...
 

Member Function Documentation

void Dom.ILangNode.LoadNow ( )

Loads the content of this variable element by looking up the content for the variables name.

Implemented in PowerUI.VariableElement.

void Dom.ILangNode.SetArguments ( string[]  arguments)

Sets the runtime argument set. See the Arguments variable.

Parameters
argumentsThe new arguments.

Implemented in PowerUI.VariableElement.

void Dom.ILangNode.SetVariableName ( string  name)

Changes the name of the variable. Thats the text used .

Implemented in PowerUI.VariableElement.