C# Class SDKDocGenerator.Writers.ConstructorWriter

Inheritance: SDKDocGenerator.Writers.MethodBaseWriter
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ConstructorWriter ( GenerationManifest artifacts, FrameworkVersion version, ConstructorInfoWrapper constructorInfo ) : System

Méthodes protégées

Méthode Description
GenerateFilename ( ) : string
GenerateFilepath ( ) : string
GetMemberName ( ) : string
GetMemberType ( ) : string
GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
GetSyntax ( ) : string
GetTitle ( ) : string

Method Details

ConstructorWriter() public méthode

public ConstructorWriter ( GenerationManifest artifacts, FrameworkVersion version, ConstructorInfoWrapper constructorInfo ) : System
artifacts GenerationManifest
version FrameworkVersion
constructorInfo ConstructorInfoWrapper
Résultat System

GenerateFilename() protected méthode

protected GenerateFilename ( ) : string
Résultat string

GenerateFilepath() protected méthode

protected GenerateFilepath ( ) : string
Résultat string

GetMemberName() protected méthode

protected GetMemberName ( ) : string
Résultat string

GetMemberType() protected méthode

protected GetMemberType ( ) : string
Résultat string

GetSummaryDocumentation() protected méthode

protected GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

GetSyntax() protected méthode

protected GetSyntax ( ) : string
Résultat string

GetTitle() protected méthode

protected GetTitle ( ) : string
Résultat string