C# 클래스 PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlFeatureFormatter

상속: IHtmlFeatureFormatter
파일 보기 프로젝트 열기: picklesdoc/pickles

공개 메소드들

메소드 설명
Format ( Feature feature ) : System.Xml.Linq.XElement
HtmlFeatureFormatter ( HtmlScenarioFormatter htmlScenarioFormatter, HtmlDescriptionFormatter htmlDescriptionFormatter, HtmlScenarioOutlineFormatter htmlScenarioOutlineFormatter, HtmlImageResultFormatter htmlImageResultFormatter ) : System

비공개 메소드들

메소드 설명
RetrieveTags ( Feature feature ) : string[]

메소드 상세

Format() 공개 메소드

public Format ( Feature feature ) : System.Xml.Linq.XElement
feature PicklesDoc.Pickles.ObjectModel.Feature
리턴 System.Xml.Linq.XElement

HtmlFeatureFormatter() 공개 메소드

public HtmlFeatureFormatter ( HtmlScenarioFormatter htmlScenarioFormatter, HtmlDescriptionFormatter htmlDescriptionFormatter, HtmlScenarioOutlineFormatter htmlScenarioOutlineFormatter, HtmlImageResultFormatter htmlImageResultFormatter ) : System
htmlScenarioFormatter HtmlScenarioFormatter
htmlDescriptionFormatter HtmlDescriptionFormatter
htmlScenarioOutlineFormatter HtmlScenarioOutlineFormatter
htmlImageResultFormatter HtmlImageResultFormatter
리턴 System