C# Class SDKDocGenerator.Writers.MethodWriter

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

Public Methods

Method Description
MethodWriter ( GenerationManifest artifacts, FrameworkVersion version, MethodInfoWrapper methodInfo ) : System

Protected Methods

Method Description
AddReturn ( System writer ) : void
AddSummaryNotes ( TextWriter writer ) : void
GenerateFilename ( ) : string
GenerateFilepath ( ) : string
GetMemberName ( ) : string
GetMemberType ( ) : string
GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
GetSyntax ( ) : string
GetTitle ( ) : string

Method Details

AddReturn() protected method

protected AddReturn ( System writer ) : void
writer System
return void

AddSummaryNotes() protected method

protected AddSummaryNotes ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

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

MethodWriter() public method

public MethodWriter ( GenerationManifest artifacts, FrameworkVersion version, MethodInfoWrapper methodInfo ) : System
artifacts GenerationManifest
version FrameworkVersion
methodInfo MethodInfoWrapper
return System