C# Class AjaxControlToolkit.Reference.Core.Parsing.DocParser

Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CleanSpaces ( string value, bool cleanNewLine ) : string
DocParser ( ) : System
GetSummaryAndRemarks ( DocBase info, IEnumerable values, ContentType contentType ) : void
GetValue ( IEnumerable values, string elementName, ContentType contentType ) : string

Method Details

FillInfo() public méthode

public FillInfo ( ClientEventDoc info, IEnumerable values, ContentType contentType ) : void
info ClientEventDoc
values IEnumerable
contentType ContentType
Résultat void

FillInfo() public méthode

public FillInfo ( ClientPropertyDoc info, IEnumerable values, ContentType contentType ) : void
info ClientPropertyDoc
values IEnumerable
contentType ContentType
Résultat void

FillInfo() public méthode

public FillInfo ( EventDoc info, IEnumerable values, ContentType contentType ) : void
info EventDoc
values IEnumerable
contentType ContentType
Résultat void

FillInfo() public méthode

public FillInfo ( MethodDoc info, IEnumerable values, ContentType contentType ) : void
info MethodDoc
values IEnumerable
contentType ContentType
Résultat void

FillInfo() public méthode

public FillInfo ( PropertyDoc info, IEnumerable values, ContentType contentType ) : void
info PropertyDoc
values IEnumerable
contentType ContentType
Résultat void

FillInfo() public méthode

public FillInfo ( TypeDoc info, IEnumerable values, ContentType contentType ) : void
info TypeDoc
values IEnumerable
contentType ContentType
Résultat void