C# 클래스 SDKDocGenerator.Writers.ClassWriter

상속: BaseWriter
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AddEnumMembers ( TextWriter writer ) : void
ClassWriter ( GenerationManifest artifacts, FrameworkVersion version, TypeWrapper versionType ) : System.Collections.Generic

보호된 메소드들

메소드 설명
AddSyntax ( TextWriter writer ) : void
GenerateFilename ( ) : string
GenerateFilepath ( ) : string
GetMemberName ( ) : string
GetMemberType ( ) : string
GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
GetTOCID ( ) : string
GetTitle ( ) : string
WriteContent ( TextWriter writer ) : void

비공개 메소드들

메소드 설명
AddConstructor ( TextWriter writer, ConstructorInfoWrapper info ) : void
AddConstructors ( TextWriter writer ) : void
AddEnumMember ( TextWriter writer, string enumName ) : void
AddEvent ( TextWriter writer, EventInfoWrapper info ) : void
AddEvents ( TextWriter writer ) : void
AddField ( TextWriter writer, FieldInfoWrapper info ) : void
AddFields ( TextWriter writer ) : void
AddInheritanceHierarchy ( TextWriter writer ) : void
AddMethod ( TextWriter writer, MethodInfoWrapper info ) : void
AddMethods ( TextWriter writer ) : void
AddProperties ( TextWriter writer ) : void
AddProperty ( TextWriter writer, PropertyInfoWrapper propertyInfo ) : void
ConstructTypeInfoLinkContent ( TypeWrapper typeWrapper ) : string

Constructs href markup, enclosed in a span, to the page containing the details of the specified type (this can be external to AWS documentation) as well as in another service.

메소드 상세

AddEnumMembers() 공개 메소드

public AddEnumMembers ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

AddSyntax() 보호된 메소드

protected AddSyntax ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

ClassWriter() 공개 메소드

public ClassWriter ( GenerationManifest artifacts, FrameworkVersion version, TypeWrapper versionType ) : System.Collections.Generic
artifacts GenerationManifest
version FrameworkVersion
versionType TypeWrapper
리턴 System.Collections.Generic

GenerateFilename() 보호된 메소드

protected GenerateFilename ( ) : string
리턴 string

GenerateFilepath() 보호된 메소드

protected GenerateFilepath ( ) : string
리턴 string

GetMemberName() 보호된 메소드

protected GetMemberName ( ) : string
리턴 string

GetMemberType() 보호된 메소드

protected GetMemberType ( ) : string
리턴 string

GetSummaryDocumentation() 보호된 메소드

protected GetSummaryDocumentation ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

GetTOCID() 보호된 메소드

protected GetTOCID ( ) : string
리턴 string

GetTitle() 보호된 메소드

protected GetTitle ( ) : string
리턴 string

WriteContent() 보호된 메소드

protected WriteContent ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void