C# 클래스 AWSSDK_DotNet35.UnitTests.TestTools.JsonSampleGenerator

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : string
JsonSampleGenerator ( ServiceModel model, Shape rootStructure ) : System

비공개 메소드들

메소드 설명
Write ( JsonWriter writer, Shape shape ) : void
WriteArray ( JsonWriter writer, Shape array ) : void
WriteMap ( JsonWriter writer, Shape map ) : void
WriteStructure ( JsonWriter writer, Shape structure ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : string
리턴 string

JsonSampleGenerator() 공개 메소드

public JsonSampleGenerator ( ServiceModel model, Shape rootStructure ) : System
model ServiceClientGenerator.ServiceModel
rootStructure ServiceClientGenerator.Shape
리턴 System