PCTableConstraintWizard Class [AX 2012]
Controls the PCTableConstraintWizard form.
| Method | Description | |
|---|---|---|
| back | Moves the active step in the wizard one position backward. (Overrides the back Method.) |
| backEnabled | (Inherited from SysWizard.) |
| bitmapLarge | (Inherited from SysWizard.) |
| bitmapSmall | (Inherited from SysWizard.) |
| cancel | Cancels the creation of a table constraint definition. (Overrides the cancel Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| changeTab | |
| commitChanges | Commits changes that were made to the table constraint definition. |
| curTab | (Inherited from SysWizard.) |
| curTabName | (Inherited from SysWizard.) |
| deleteTableConstraint | Deletes any table constraint definition that was created by the wizard. |
| editSystemTableName | |
| editTCName | Gets or sets the table constraint name. |
| enableButtons | (Inherited from SysWizard.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finish | Finish the wizard. (Inherited from SysWizard.) |
| finishEnabled | (Inherited from SysWizard.) |
| formName | Retrieves the name of the form. (Overrides the formName Method.) |
| formRun | (Inherited from SysWizard.) |
| getTableConstraint | Gets the table constraint definition. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasFinishButton | (Inherited from SysWizard.) |
| hasFinishPage | (Inherited from SysWizard.) |
| hasWelcomePage | (Inherited from SysWizard.) |
| init | (Inherited from SysWizard.) |
| initFormRun | (Inherited from SysWizard.) |
| insertSystemTableConstraint | Inserts a system table constraint. |
| insertUserDefinedTableConstraint | Inserts a user-defined table constraint. |
| isBackEnabled | (Inherited from SysWizard.) |
| isFinishEnabled | (Inherited from SysWizard.) |
| isNextEnabled | (Inherited from SysWizard.) |
| loadDataIntoUserDefinedGrid | Loads data in to the table constraint grid. |
| new | Initializes a new instance of the PCTableConstraintWizard class. (Overrides the new Method.) |
| next | Moves the active step in the wizard one position forward. (Overrides the next Method.) |
| nextEnabled | (Inherited from SysWizard.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| openQueryBuilder | Opens the query builder form. |
| openWarningDialog | Indicates whether the user will be presented with a warning dialog. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCallSuper | Gets or sets the CallSuper parameter. |
| parmDescription | Gets or sets the Description parameter. |
| parmSystemColumnDS | Gets or sets the SystemColumnDS parameter. |
| parmSystemTableName | Gets or sets the SystemTableName parameter. |
| parmTabIdx | Gets or sets the TabIdx parameter. |
| parmTCName | Gets or sets the TCName parameter. |
| parmTCType | Gets or sets the TCType parameter. |
| parmUserColumnDS | Gets or sets the UserColumnDS parameter. |
| parmUserGrid | Gets or sets the UserGrid parameter. |
| parmUserGridHost | Gets or sets the UserGridHost parameter. |
| prompt | (Inherited from SysWizard.) |
| run | Run the wizard. (Inherited from SysWizard.) |
| saveRecord | (Inherited from SysWizard.) |
| service | (Inherited from SysWizard.) |
| serviceMethod | (Inherited from SysWizard.) |
| setPageHelpText | (Inherited from SysWizard.) |
| setPageTitle | (Inherited from SysWizard.) |
| setTab | (Inherited from SysWizard.) |
| setTCType | Sets the table constraint type. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupNavigation | (Inherited from SysWizard.) |
| skipTab | (Inherited from SysWizard.) |
| startSystemDefinedMode | Initializes the wizard to run in the system-defined mode. |
| startUserDefinedMode | Initializes the wizard to run in the user defined mode. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the wizard. (Inherited from SysWizard.) |
| validateColumnsHaveBeenCreated | Validates that columns have been created for the table constraint definition. |
| validateStepNameAndType | |
| validateUserContent | Validates the content of a user defined table constraint. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PCTableConstraintWizard class. |
| ::main | Provides an entry point for the PCTableConstraintWizard class when it is called from a menu item. |
Community Additions
ADD
Show: