#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:
- System.Object obj - The System.Object to compare with the current System.Object.
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:
- Izenda.AdHoc.Toolkits.JavascriptObject[]] params - The Izenda.AdHoc.Toolkits.JavascriptObject parameter list that the invocation declaration will use to build itself.
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:
- System.String name - The name of the method to invoke that is a method of the javascript declaration registered to the object.
- Izenda.AdHoc.Toolkits.JavascriptObject[]] params - The list of parameters of the method that is being invoked.
Returns:
The Izenda.AdHoc.Toolkits.JavascriptObject that was created after adding the method and parameter information.
###op_Implicit(System.String)
Parameters:
- System.String string
###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:
- System.String initial - The initial System.String value to prepend to the rendered javascript.
- System.String levelIndent - The System.String value to prepend to the rendered javascript for each level of indentation.
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:
- Izenda.AdHoc.Toolkits.Indentation indent - The Initial that will be applied to the javascript statement.
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.
