C# 클래스 ZeroInstall.Commands.Utils.HtmlHelpExporter

Exports all CliCommand help texts as HTML.
상속: HelpExporterBase
파일 보기 프로젝트 열기: 0install/0install-win

보호된 메소드들

메소드 설명
CommandDetails ( string name, string description, string usage ) : string
CommandListEntry ( string name, string description ) : string
CommandListFooter ( ) : string
CommandListHeader ( ) : string
OptionListEntry ( IEnumerable prototypes, string description ) : string
OptionListFooter ( ) : string
OptionListHeader ( ) : string

비공개 메소드들

메소드 설명
HtmlEncode ( string value ) : string

메소드 상세

CommandDetails() 보호된 메소드

protected CommandDetails ( string name, string description, string usage ) : string
name string
description string
usage string
리턴 string

CommandListEntry() 보호된 메소드

protected CommandListEntry ( string name, string description ) : string
name string
description string
리턴 string

CommandListFooter() 보호된 메소드

protected CommandListFooter ( ) : string
리턴 string

CommandListHeader() 보호된 메소드

protected CommandListHeader ( ) : string
리턴 string

OptionListEntry() 보호된 메소드

protected OptionListEntry ( IEnumerable prototypes, string description ) : string
prototypes IEnumerable
description string
리턴 string

OptionListFooter() 보호된 메소드

protected OptionListFooter ( ) : string
리턴 string

OptionListHeader() 보호된 메소드

protected OptionListHeader ( ) : string
리턴 string