C# Class ServiceClientGenerator.Generators.Marshallers.BaseMarshaller

Inheritance: Generators.BaseGenerator
Mostra file Open project: aws/aws-sdk-net

Public Methods

Method Description
TransformText ( ) : string

Create the template output

Protected Methods

Method Description
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

Method Details

AddCommonUsingStatements() protected method

protected AddCommonUsingStatements ( ) : void
return void

ProcessHeaderMembers() protected method

protected ProcessHeaderMembers ( string variableName, IEnumerable members ) : void
variableName string
members IEnumerable
return void

ProcessQueryStringMembers() protected method

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

ProcessRequestUri() protected method

protected ProcessRequestUri ( System.Operation operation ) : void
operation System.Operation
return void

ProcessUriMembers() protected method

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

TransformText() public method

Create the template output
public TransformText ( ) : string
return string