[C#] Add property, parameter naming support (#16196)

* add property, parameter naming support to c# generators

* update

* fix workflow

* update test

* update
This commit is contained in:
William Cheng
2023-07-28 09:51:33 +08:00
committed by GitHub
parent 184dfd2edd
commit 954d41b9aa
39 changed files with 4587 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Org.OpenAPITools.Model.PropertyNameMapping
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**HttpDebugOperation** | **string** | | [optional]
**UnderscoreType** | **string** | | [optional]
**Type** | **string** | | [optional]
**TypeWithUnderscore** | **string** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)