PCGlobalTableConstraintController Class [AX 2012]

Controller class for the user defined table constraint edit form.

class PCGlobalTableConstraintController

Run On

Called

  MethodDescription
Dn558935.privmethod(en-us,AX.60).gif buildAuxiliaryDatastructure Builds auxilirary data structure.
Dn558935.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif createDone Sets flag that create is done being handled from the form.
Dn558935.pubmethod(en-us,AX.60).gif deleteRow Deletes a row in the table constraint.
Dn558935.privmethod(en-us,AX.60).gif deleteRowInTmp Deletes a row in the temporary data structure.
Dn558935.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif getEnumLookupData Gets the data for an enum lookup.
Dn558935.pubmethod(en-us,AX.60).gif getIntegerLookupData Gets integer lookup data from a table constraint cell.
Dn558935.pubmethod(en-us,AX.60).gif getNewRowId Gets a new row ID.
Dn558935.protmethod(en-us,AX.60).gif getRowIdFromTempCell Gets the row ID from a temporary table constraint cell.
Dn558935.pubmethod(en-us,AX.60).gif getTableConstraintId Gets the table constraint definition ID.
Dn558935.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif initialize Initializes the form controller.
Dn558935.pubmethod(en-us,AX.60).gif initValue Initializes values of a newly created row.
Dn558935.protmethod(en-us,AX.60).gif new Initializes a new instance of the PCGlobalTableConstraintController class.
Dn558935.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.)
Dn558935.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.)
Dn558935.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif parmDataPopulator Gets or sets the DataPopulator parameter.
Dn558935.pubmethod(en-us,AX.60).gif parmTableConstraintCellEditor Gets or sets the TableConstraintCellEditor parameter.
Dn558935.protmethod(en-us,AX.60).gif populateDataSources Populates the form's data sources.
Dn558935.pubmethod(en-us,AX.60).gif selectionChanged Called from the form when selection of a record in the content grid changes.
Dn558935.protmethod(en-us,AX.60).gif setFormContext Sets the form context for the user defined table constraint edit form controller.
Dn558935.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn558935.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.)
Dn558935.pubmethod(en-us,AX.60).gif validateTableConstriant Validates the table constraint.
Dn558935.pubmethod(en-us,AX.60).gif validateWrite Validates a row that is about to be written.
Dn558935.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif write Handles the write event from the associated form.
Dn558935.protmethod(en-us,AX.60).gif writeRowData Edits a row in the table constraint.
Dn558935.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn558935.pubmethod(en-us,AX.60).gif Dn558935.static(en-us,AX.60).gif ::construct Initializes a new instance of the PCGlobalTableConstraintController class.
Top

Object Class
  PCGlobalTableConstraintController Class

Community Additions

ADD
Show: