line21c / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Modify the naming schema for nested classes generated by the CodeGen Library #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the CodeGen only generates subclasses following the pattern 
"NestedClass{0}{1}". We should create more friendly names, especially for array 
schemas.

Otherwise the user would have to construct these array entries using 
"new DetectionList.NestedClass01()".

The SchemeGenerator.GetSchemmaName currently only takes a number/id and does 
not support customization.

Original issue reported on code.google.com by mlin...@google.com on 24 May 2011 at 3:35

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 9 Jun 2011 at 9:01