C# 클래스 ServiceClientGenerator.Enumeration

Used to create the enumeration class for a service
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Enumeration ( ServiceModel model, string name, JsonData data ) : Json.LitJson

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

비공개 메소드들

메소드 설명
Customize ( string typeName, string propertyName ) : string

메소드 상세

Enumeration() 공개 메소드

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
리턴 Json.LitJson