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 "
To change method parameter names
-
Use the Methods List of the Class Browser to select the appropriate method and make the changes that you require to method parameters.
You can change the parameter name only. Do not change the parameter type.
To change class, method, or property names
-
Use the Class, Methods, or Properties List of the Class Browser to change the name of the element that you want to change, if required.
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.