Abstract
The creator of the bind command.
Bind Model object.
Default table object.
Unique identifier of the object (GUID). Uniquely identifies the object.
The name of the element, which acts as a unique identifier for the MetaElement.
Collection that stores output results.
The generator function of the object. The function used when the object was created.
Bind target MetaView object.
The callback function that is called at the start of execution.
current bind command object.
Callback function called before bind.
object 'MetaView' to be transmitted.
current bind command object.
setting object.
Callback function called after execution is complete.
Status information.
current bind command object.
response object.
A callback function that outputs binding results. It is mainly used for the output of lists.
Output view collection. (_outputs)
current bind command object.
response object.
A callback function that handles binding results. It is mainly used for processing result data.
Bind result data.
current bind command object.
response object.
Processed result data.
Callback function called before valid.
object 'MetaView' to be examined.
current bind command object.
A boolean value indicating the result of the examination.
Dynamic added output MetaView object.
Output attribute options.
MetaView object to be examined.
Static
Readonly
_NSIndicates the namespace.
Static
Readonly
_PARAMList of parameters used for the constructor.
Static
Readonly
_UNIONList of implemented interfaces.
Event listener called before the execution of the bind command.
current bind command object.
Event listener called after execution of the bind command.
current bind command object.
Execution result data.
Adds a column and maps it to the specified view.
This column object is to be registered. It could be a string or 'MetaColumn' object.
The name of the view entity to be added; it can be a string or an array of strings.
Optional
bTable: string | MetaTable(Optional) Default table object or table name to be mapped.
Add columns and values and map them to the specified view.
The name of the column.
column value.
Optional
views: string | string[](Optional) Name of the view entity to be added.
Optional
bTable: string | MetaTable(Optional) Default table object or table name to be mapped.
Abstract
executeReturns the current object as a serialized object. Serialization replaces cyclic references with values of '$ref', and depending on the serialization options, you can select reference structures, redundant structures, and non-contrast structures.
Optional
vOpt: numberSerialization option. Default is '0'.
Optional
owned: object | object[]serialized object.
Initialize the current object using the serialized object.
In this process, the object is initialized, and the state of the object is restored based on the serialized object (oGuid
).
serialized object.
Optional
origin: objectOriginal object. Default is 'oGuid'.
An abstract class that defines a binding command. This class manages the execution of bind commands and related actions.