C# Class ServiceClientGenerator.Enumeration

Used to create the enumeration class for a service
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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

Méthode Description
Customize ( string typeName, string propertyName ) : string

Method Details

Enumeration() public méthode

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
Résultat Json.LitJson