Show / Hide Table of Contents

Class JSADGTableConstructor

Inheritance
object
ObjectInstance
FunctionInstance
ClrFunction
JSADGTableConstructor
Inherited Members
ClrFunction.CallLateBound(object, params object[])
ClrFunction.ConstructLateBound(FunctionInstance, params object[])
FunctionInstance.HasInstance(object)
FunctionInstance.CallWithStackTrace(string, string, int, object, object[])
FunctionInstance.ConstructWithStackTrace(string, string, int, FunctionInstance, object[])
FunctionInstance.Apply(object, object)
FunctionInstance.Call(object, params object[])
FunctionInstance.Bind(object, params object[])
FunctionInstance.ToStringJS()
FunctionInstance.ToString()
FunctionInstance.InstancePrototype
FunctionInstance.Name
FunctionInstance.Length
FunctionInstance.IsConstructor
ObjectInstance.HasProperty(object)
ObjectInstance.GetPropertyValue(uint)
ObjectInstance.GetPropertyValue(uint, object)
ObjectInstance.GetPropertyValue(object)
ObjectInstance.GetPropertyValue(object, object)
ObjectInstance.TryGetPropertyValue(object, out object)
ObjectInstance.GetPropertyValue(PropertyReference)
ObjectInstance.GetOwnPropertyDescriptor(uint)
ObjectInstance.GetOwnPropertyDescriptor(object)
ObjectInstance.GetMethod(object)
ObjectInstance.SetPropertyValue(uint, object, bool)
ObjectInstance.SetPropertyValue(uint, object, object, bool)
ObjectInstance.SetPropertyValue(object, object, bool)
ObjectInstance.SetPropertyValue(object, object, object, bool)
ObjectInstance.SetPropertyValue(PropertyReference, object, bool)
ObjectInstance.SetPropertyValue(PropertyReference, object, object, bool)
ObjectInstance.Delete(uint, bool)
ObjectInstance.Delete(object, bool)
ObjectInstance.DefineProperty(object, PropertyDescriptor, bool)
ObjectInstance.InitializeProperties(IEnumerable<PropertyNameAndValue>)
ObjectInstance.InitializeMissingProperty(object, PropertyAttributes)
ObjectInstance.CallMemberFunction(object, params object[])
ObjectInstance.TryCallMemberFunction(out object, object, params object[])
ObjectInstance.HasOwnProperty(ScriptEngine, object, object)
ObjectInstance.IsPrototypeOf(ScriptEngine, object, object)
ObjectInstance.PropertyIsEnumerable(ScriptEngine, object, object)
ObjectInstance.ToLocaleString()
ObjectInstance.ValueOf()
ObjectInstance.ToStringJS(ScriptEngine, object)
ObjectInstance.PopulateFunctions()
ObjectInstance.PopulateFunctions(Type)
ObjectInstance.PopulateFunctions(Type, BindingFlags)
ObjectInstance.PopulateFields()
ObjectInstance.PopulateFields(Type)
ObjectInstance.Engine
ObjectInstance.Prototype
ObjectInstance.this[object]
ObjectInstance.this[uint]
ObjectInstance.this[int]
ObjectInstance.Properties
ObjectInstance.OwnKeys
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE