C# Class ServiceClientGenerator.Generators.Marshallers.BaseResponseUnmarshaller

Inheritance: Generators.BaseGenerator
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
TransformText ( ) : string

Create the template output

Méthodes protégées

Méthode Description
AddCommonUsingStatements ( ) : void
AddResponseSingletonMethod ( ) : void
AddStructureSingletonMethod ( ) : void
ProcessStatusCode ( ) : void
UnmarshallHeaders ( ) : void

Method Details

AddCommonUsingStatements() protected méthode

protected AddCommonUsingStatements ( ) : void
Résultat void

AddResponseSingletonMethod() protected méthode

protected AddResponseSingletonMethod ( ) : void
Résultat void

AddStructureSingletonMethod() protected méthode

protected AddStructureSingletonMethod ( ) : void
Résultat void

ProcessStatusCode() protected méthode

protected ProcessStatusCode ( ) : void
Résultat void

TransformText() public méthode

Create the template output
public TransformText ( ) : string
Résultat string

UnmarshallHeaders() protected méthode

protected UnmarshallHeaders ( ) : void
Résultat void