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

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

공개 메소드들

메소드 설명
TransformText ( ) : string

Create the template output

보호된 메소드들

메소드 설명
AddCommonUsingStatements ( ) : void
ProcessHeaderMembers ( string variableName, IEnumerable members ) : void
ProcessQueryStringMembers ( string variableName, System.Operation operation ) : void
ProcessRequestUri ( System.Operation operation ) : void
ProcessUriMembers ( string variableName, System.Operation operation ) : void

메소드 상세

AddCommonUsingStatements() 보호된 메소드

protected AddCommonUsingStatements ( ) : void
리턴 void

ProcessHeaderMembers() 보호된 메소드

protected ProcessHeaderMembers ( string variableName, IEnumerable members ) : void
variableName string
members IEnumerable
리턴 void

ProcessQueryStringMembers() 보호된 메소드

protected ProcessQueryStringMembers ( string variableName, System.Operation operation ) : void
variableName string
operation System.Operation
리턴 void

ProcessRequestUri() 보호된 메소드

protected ProcessRequestUri ( System.Operation operation ) : void
operation System.Operation
리턴 void

ProcessUriMembers() 보호된 메소드

protected ProcessUriMembers ( string variableName, System.Operation operation ) : void
variableName string
operation System.Operation
리턴 void

TransformText() 공개 메소드

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