#JavascriptObject

##Properties

None.

##Methods

###End() Renders the end of a javascript line.

Returns:

The Izenda.AdHoc.Toolkits.JavascriptObject that renders the end of a javascript line.


###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###Exec(Izenda.AdHoc.Toolkits.JavascriptObject[]) Adds a statement that uses the specified parameter array that will get rendered as an execution of the javascript method declaration registered to the object.

Parameters:

Returns:

The Izenda.AdHoc.Toolkits.JavascriptObject that was created after adding the parameter information.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###Method(System.String,Izenda.AdHoc.Toolkits.JavascriptObject[]) Adds a statement that uses the specified name and parameter array that will get rendered as a method invocation of a method on the javascript method declaration registered to the object.

Parameters:

Returns:

The Izenda.AdHoc.Toolkits.JavascriptObject that was created after adding the method and parameter information.


###op_Implicit(System.String)

Parameters:


###Render() Renders the javascript constructed using the information on the Izenda.AdHoc.Toolkits.JavascriptObject

Returns:

The System.String rendered javascript method with the invocations of methods and parameters for those methods.


###Render(System.String,System.String) Renders the javascript constructed using the information on the Izenda.AdHoc.Toolkits.JavascriptObject for the indentation level specified.

Parameters:

Returns:

The System.String rendered javascript method with the prepended indentation characters, methods, and parameters for those methods.


###Render(Izenda.AdHoc.Toolkits.JavascriptObject.Indentation) Renders the javascript constructed using the information on the Izenda.AdHoc.Toolkits.JavascriptObject using the indentation information specified.

Parameters:

Returns:

The System.String rendered javascript method with the prepended indentation information, methods, and parameters for those methods.


###ToString() Gets the System.String representation of the object.

Returns:

The System.String representation of the object.