Class JSADGTableConstructor
Inherited Members
FunctionInstance.ToStringJS()
FunctionInstance.ToString()
FunctionInstance.InstancePrototype
FunctionInstance.Name
FunctionInstance.Length
FunctionInstance.IsConstructor
ObjectInstance.GetPropertyValue(PropertyReference)
ObjectInstance.ToLocaleString()
ObjectInstance.ValueOf()
ObjectInstance.PopulateFunctions()
ObjectInstance.PopulateFields()
ObjectInstance.Engine
ObjectInstance.Prototype
ObjectInstance.Properties
ObjectInstance.OwnKeys
Namespace: Quantellia.WMServer.Execution.Model.JS
Assembly: WMServer.dll
Syntax
public class JSADGTableConstructor : ClrFunction
Constructors
JSADGTableConstructor(ScriptEngine)
Constructor for the JSDataReader constructor class. Makes principal info available to javascript methods.
Declaration
public JSADGTableConstructor(ScriptEngine engine)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptEngine | engine |
Methods
Construct(ArrayInstance, ObjectInstance)
Jurassic factory method. Loads the JSDataReader instance with principal info.
Declaration
[JSConstructorFunction]
public JSADGTable Construct(ArrayInstance Data, ObjectInstance Display)
Parameters
| Type | Name | Description |
|---|---|---|
| ArrayInstance | Data | |
| ObjectInstance | Display |
Returns
| Type | Description |
|---|---|
| JSADGTable |