C# Class ServiceClientGenerator.GeneratorDriver.NestedStructureLookup

Provides a way to generate the neccesary attributes and marshallers/unmarshallers for nested structures to work
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
NestedStructureLookup ( ) : System
SearchForNestedStructures ( Shape structure ) : void

Function that recursively searches for structures of a given shape

Method Details

NestedStructureLookup() public méthode

public NestedStructureLookup ( ) : System
Résultat System

SearchForNestedStructures() public méthode

Function that recursively searches for structures of a given shape
public SearchForNestedStructures ( Shape structure ) : void
structure Shape The shape to look for recursive structures in
Résultat void