Changing the Generated .NET Schema

During the import process, names for method parameters are generated without you being able to override them. For details about the default names generated by the .NET Import Wizard, see "Default Names", under ".NET Default Values and Considerations", in Chapter 4 of the JADE External Interface Developer's Reference.

To change method parameter names

You can change the parameter name only. Do not change the parameter type.

To change class, method, or property names

You can change the element name only. Do not change the element type.

You should not add new classes to a .NET object. In addition, although it is not recommended that you remove classes from a .NET object, you can do so safely. For example, if you require only a subset of the features provided by a .NET library, you could delete the unnecessary members and objects.

Although you can change the name of methods, properties, and parameters, do not change the types of these.