RetailConnDataDirectorEngine Class [AX 2012]

The RetailConnDataDirectorEngine class is the entry point for the Data Director Plugin.

Syntax

class RetailConnDataDirectorEngine

Run On

Client

Methods

  Method Description
Hh811345.pubmethod(en-us,AX.60).gif addRange Adds the range to the specified field.
Hh811345.pubmethod(en-us,AX.60).gif addRecord Indicates whether the record is initialized and added to the client successfully.
Hh811345.pubmethod(en-us,AX.60).gif addRecordsBatch Indicates whether a batch of records have been added successfully.
Hh811345.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif checkDeleteMethod Indicates whether for the ddDelete method in the data director table.
Hh811345.pubmethod(en-us,AX.60).gif checkLogin Indicates where the login was successful.
Hh811345.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif errorText An error message.
Hh811345.pubmethod(en-us,AX.60).gif executeDelete Executes the delete method of the RetailConnDataDirectorQuery class.
Hh811345.pubmethod(en-us,AX.60).gif executeQuery Executes the query method of RetailConnDataDirectorQuery class.
Hh811345.pubmethod(en-us,AX.60).gif field Stores the values of the fields.
Hh811345.pubmethod(en-us,AX.60).gif fieldId Retrieves the string value of the specified field index.
Hh811345.pubmethod(en-us,AX.60).gif fieldLength Determines the length of the specified field.
Hh811345.pubmethod(en-us,AX.60).gif fieldName Determines the name of the field that has the specified field index value.
Hh811345.pubmethod(en-us,AX.60).gif fields Sets the field values by using the specified lists.
Hh811345.pubmethod(en-us,AX.60).gif fieldType Gets the type of the field that corresponds to the specified field index.
Hh811345.pubmethod(en-us,AX.60).gif fieldValue Gets the value of specified field.
Hh811345.pubmethod(en-us,AX.60).gif firstField Adds all the elements of the fields of the specified table to the field arrays.
Hh811345.pubmethod(en-us,AX.60).gif firstTable Sets the table index to 1.
Hh811345.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif initializeDelete Indicates whether there is delete functionality in the table and then initializes the query.
Hh811345.pubmethod(en-us,AX.60).gif initializeQuery Initializes the data director query to update the records of the specified table.
Hh811345.pubmethod(en-us,AX.60).gif initializeRecord Initializes a record and inserts it into the specified table.
Hh811345.pubmethod(en-us,AX.60).gif insertDatabase Adds the list of records to the database.
Hh811345.pubmethod(en-us,AX.60).gif insertRecord Adds the record to the record insert list instead of directly in to the database.
Hh811345.pubmethod(en-us,AX.60).gif logException Sets the exception data to the log.
Hh811345.pubmethod(en-us,AX.60).gif new Initializes an instance of the RetailConnDataDirectorEngine class.
Hh811345.pubmethod(en-us,AX.60).gif next Indicates whether there is a next record in the query.
Hh811345.pubmethod(en-us,AX.60).gif nextField Indicates whether there is a next field in the query.
Hh811345.pubmethod(en-us,AX.60).gif nextTable Indicates whether there is a next table in the query.
Hh811345.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif rangeValue Sets the range value for a field in the query.
Hh811345.pubmethod(en-us,AX.60).gif SetCLRFieldValue Sets the runtime field values.
Hh811345.pubmethod(en-us,AX.60).gif setDimensionFromCache Sets the dimensions of the tables for the records.
Hh811345.pubmethod(en-us,AX.60).gif setDimensionOnCurrentRecord Sets the dimensions of the specified fields for the current record.
Hh811345.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif tableId Gets the ID value from the specified table index.
Hh811345.pubmethod(en-us,AX.60).gif tableName Gets the name from the specified table index.
Hh811345.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif ttsabort Inserts the record into the database and aborts the transaction.
Hh811345.pubmethod(en-us,AX.60).gif ttsbegin Inserts the record into the database and begins the transaction.
Hh811345.pubmethod(en-us,AX.60).gif ttscommit1 Sets the records in the database and commits the transaction.
Hh811345.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh811345.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  RetailConnDataDirectorEngine Class