Flynet Studio Code Generation Properties

Generate (selection)

Generate (selection)

Previous topic Next topic  

Generate (selection)

Previous topic Next topic  

Controls code generation for this Web Service Module, so that heavily modified modules can be removed from code merge requirements.

 

Note that an alternative for ASMX.cs modules to holding generation is to keep all modifications inside the Preserve region located at the top of the module.  Preserve regions are not touched during regeneration, avoiding the need for any post-generation merge activity.

 

Value

Meaning

ASMX_Modules

Generate the ASMX and ASMX.cs module as normal...if not the first generation, backs-up and makes merge available for any module that has been modified in an editor since the last code generation run

Hold_Generation

Do not generate the ASMX and ASMX.cs module containing the active tasks, any user modifications will not be touched in or out of the Preserve region