C# Class ServiceClientGenerator.Enumeration

Used to create the enumeration class for a service
Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
Enumeration ( ServiceModel model, string name, JsonData data ) : Json.LitJson

Creates an enumeration that can model parts of the enumeration for the service

Private Methods

Method Description
Customize ( string typeName, string propertyName ) : string

Method Details

Enumeration() public method

Creates an enumeration that can model parts of the enumeration for the service
public Enumeration ( ServiceModel model, string name, JsonData data ) : Json.LitJson
model ServiceModel The service model that is using the enumartion
name string The name of the enumeration
data JsonData The json data for the enumartion object
return Json.LitJson