Code
The generated code properties provide several control points to customize the result according to the need of the developer. The code properties are available in the Properties grid of the main navigation node.
Property Description
Active If True, the current navigation will be added as a method in the generated Web Service.
AdditionalLibraries A list of additional libraries that you need to use in the generated code (be the persistent code added manually). Using this list allows you to preserve the additions you make next time the code is generated.
ApplicationNamespace Allows you to customize the namespace of the application. Navigations that have the same namespace will be combined in one Web services and each navigation will be a separate method.
MethodName Allows you to customize the method name for the code generated from the navigation.