C# 클래스 ServiceClientGenerator.Generators.Marshallers.BaseResponseUnmarshaller

상속: Generators.BaseGenerator
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
TransformText ( ) : string

Create the template output

보호된 메소드들

메소드 설명
AddCommonUsingStatements ( ) : void
AddResponseSingletonMethod ( ) : void
AddStructureSingletonMethod ( ) : void
ProcessStatusCode ( ) : void
UnmarshallHeaders ( ) : void

메소드 상세

AddCommonUsingStatements() 보호된 메소드

protected AddCommonUsingStatements ( ) : void
리턴 void

AddResponseSingletonMethod() 보호된 메소드

protected AddResponseSingletonMethod ( ) : void
리턴 void

AddStructureSingletonMethod() 보호된 메소드

protected AddStructureSingletonMethod ( ) : void
리턴 void

ProcessStatusCode() 보호된 메소드

protected ProcessStatusCode ( ) : void
리턴 void

TransformText() 공개 메소드

Create the template output
public TransformText ( ) : string
리턴 string

UnmarshallHeaders() 보호된 메소드

protected UnmarshallHeaders ( ) : void
리턴 void