Locating the DataWindow object

All successfully parsed DataWindow objects are selected for export by default and DataWindow objects that failed to be parsed cannot be selected. You can use the toolbar of C# Model Generator to quickly find the DataWindow object you want, for example, you can input the object name in the Search box to find the DataWindow, or you can select Missing or Error from the State list to show the problematic DataWindow objects which you can make corrections.

  • Search box -- Searches for a particular DataWindow object.

  • State list -- Shows DataWindow objects according to their state.

    Select this state

    To

    All

    Show all DataWindow objects regardless of their state. This is the default option.

    Waiting

    Show only the DataWindow objects that are being parsed. This state appears only during the parsing process.

    Completed

    Show only the DataWindow objects that have been parsed successfully.

    Warning

    Show only the DataWindow objects whose models cannot be generated correctly because of duplicated class names etc.

    You can click the Warning icon () on the action bar of the DataWindow object to view the warning details.

    Missing

    Show only the DataWindow objects whose objects are invalid because of the database connection or table/column not found.

    You can click the Parsing Error icon () to view error details and the Try Another Connection icon () on the action bar of the DataWindow object to create a new database connection.

    Error

    Show only the DataWindow objects in which exceptions occurred.

    You can click the Parsing Error icon () on the action bar of the DataWindow object to view the error details.


  • Modified option -- Shows only the DataWindow objects whose attributes have been modified.

    For how to modify the attribute(s), see Applying model attributes or column attributes.

  • Selected option -- Shows the DataWindow objects that are selected right now. You can use the Select All check box to select or de-select all DataWindow objects; or use the check box next to the individual DataWindow object to select or de-select a particular DataWindow object.