C# Class SDKDocGenerator.Writers.PropertyWriter

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

Public Methods

Method Description
PropertyWriter ( GenerationManifest artifacts, FrameworkVersion version, PropertyInfoWrapper propertyInfo ) : System

Protected Methods

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

Private Methods

Method Description
EmitTypeLinkMarkup ( TypeWrapper t, FrameworkVersion version ) : string
ProcessGenericParameterTypes ( IList typedArgs, FrameworkVersion version ) : string

Method Details

AddReturn() protected method

protected AddReturn ( System writer ) : void
writer System
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

PropertyWriter() public method

public PropertyWriter ( GenerationManifest artifacts, FrameworkVersion version, PropertyInfoWrapper propertyInfo ) : System
artifacts GenerationManifest
version FrameworkVersion
propertyInfo PropertyInfoWrapper
return System