C# 클래스 AjaxControlToolkit.Reference.Core.Parsing.DocParser

파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

공개 메소드들

메소드 설명
FillInfo ( ClientEventDoc info, IEnumerable values, ContentType contentType ) : void
FillInfo ( ClientPropertyDoc info, IEnumerable values, ContentType contentType ) : void
FillInfo ( EventDoc info, IEnumerable values, ContentType contentType ) : void
FillInfo ( MethodDoc info, IEnumerable values, ContentType contentType ) : void
FillInfo ( PropertyDoc info, IEnumerable values, ContentType contentType ) : void
FillInfo ( TypeDoc info, IEnumerable values, ContentType contentType ) : void

비공개 메소드들

메소드 설명
CleanSpaces ( string value, bool cleanNewLine ) : string
DocParser ( ) : System
GetSummaryAndRemarks ( DocBase info, IEnumerable values, ContentType contentType ) : void
GetValue ( IEnumerable values, string elementName, ContentType contentType ) : string

메소드 상세

FillInfo() 공개 메소드

public FillInfo ( ClientEventDoc info, IEnumerable values, ContentType contentType ) : void
info ClientEventDoc
values IEnumerable
contentType ContentType
리턴 void

FillInfo() 공개 메소드

public FillInfo ( ClientPropertyDoc info, IEnumerable values, ContentType contentType ) : void
info ClientPropertyDoc
values IEnumerable
contentType ContentType
리턴 void

FillInfo() 공개 메소드

public FillInfo ( EventDoc info, IEnumerable values, ContentType contentType ) : void
info EventDoc
values IEnumerable
contentType ContentType
리턴 void

FillInfo() 공개 메소드

public FillInfo ( MethodDoc info, IEnumerable values, ContentType contentType ) : void
info MethodDoc
values IEnumerable
contentType ContentType
리턴 void

FillInfo() 공개 메소드

public FillInfo ( PropertyDoc info, IEnumerable values, ContentType contentType ) : void
info PropertyDoc
values IEnumerable
contentType ContentType
리턴 void

FillInfo() 공개 메소드

public FillInfo ( TypeDoc info, IEnumerable values, ContentType contentType ) : void
info TypeDoc
values IEnumerable
contentType ContentType
리턴 void