C# Class SDKDocGenerator.Writers.ConstructorWriter

Inheritance: SDKDocGenerator.Writers.MethodBaseWriter
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ConstructorWriter ( GenerationManifest artifacts, FrameworkVersion version, ConstructorInfoWrapper constructorInfo ) : System

Protected Methods

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

Method Details

ConstructorWriter() public method

public ConstructorWriter ( GenerationManifest artifacts, FrameworkVersion version, ConstructorInfoWrapper constructorInfo ) : System
artifacts GenerationManifest
version FrameworkVersion
constructorInfo ConstructorInfoWrapper
return System

GenerateFilename() protected method

protected GenerateFilename ( ) : string
return string

GenerateFilepath() protected method

protected GenerateFilepath ( ) : string
return string

GetMemberName() protected method

protected GetMemberName ( ) : string
return string

GetMemberType() protected method

protected GetMemberType ( ) : string
return string

GetSummaryDocumentation() protected method

protected GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

GetSyntax() protected method

protected GetSyntax ( ) : string
return string

GetTitle() protected method

protected GetTitle ( ) : string
return string