Class QModelConnectorOptions
Interface to the ModelConnector options that let you specify various options per field to be placed in the codegened ModelConnectorrolGen classes.
Note that this ties table and field names in the database to options iModelConnectorontrol. If the table or field name changes in the database, the options will be lost. We can try to guess as to whether changes were made based upon the index of the changes in the field list, but not entirely easy to do. Best would be for developer to hand-code the changes in the json file in this case.
This will be used by the designer to record the changes in preparation for codegen.
- QBaseClass
- QModelConnectorOptions
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
mixed
|
#
GetOptions( $strClassName, $strFieldName )
Return all the options associated with the given table and field. |
OverrideAttributes(),
__call(),
__get(),
__set()
|
string |
TableOptionsFieldName
|
#
'*'
|
protected
array
|
$options
|
#
array()
|
protected
boolean
|
$blnChanged
|
#
false
|