Presentation Layer Classes Renamed

In Iron Speed Designer V3.0, class names use the page name with the “Base” prefix.   The “gen.aspx.vb” and “safe.aspx.vb” file extensions used in earlier versions where changed to “vb (cs)” and “aspx.vb (cs)” respectively.  The following table shows the old class names and file extension for the page “OrdersTablePage.html”.

Old File Name

V3.0 File Name

Iron Speed Designer V6.0 File Name

OrdersTablePage.gen.aspx.vb

OrdersTablePage.safe.aspx.vb

BaseOrdersTablePage.vb

OrdersTablePage.aspx.vb

BaseOrdersTable.vb

OrdersTable.aspx.vb

 

Old Class Name

V3.0 Class Name

Iron Speed Designer V6.0 Class Name

OrdersTablePageGen

BaseOrdersTablePage

BaseOrdersTable

Migration effects

During migration, Iron Speed Designer deletes any “gen” files and creates new files using the new file names and class names.  Existing “safe” file will be renamed by appending the word “backup” to the file name.

What you should do

You must manually migrate any safe class files by moving the existing customizations from the backup files into the new files.

We recommend you review the other migration-related topics to help you migrate existing code customizations.

See Also

Version 3.0 Application Migration