[C#] fix build.sh for PropertyChanged feature in C# API client (#4349)

* fix build.sh for PropertyChange in C#

* add new csharp files

* manual fix to enum ref in c# client
This commit is contained in:
wing328
2016-12-09 00:03:38 +08:00
committed by GitHub
parent af2db27a83
commit a0f2b235f1
79 changed files with 1489 additions and 617 deletions

View File

@@ -6,6 +6,7 @@ Name | Type | Description | Notes
**EnumString** | **string** | | [optional]
**EnumInteger** | **int?** | | [optional]
**EnumNumber** | **double?** | | [optional]
**OuterEnum** | [**OuterEnum**](OuterEnum.md) | | [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)