C# Class helpgen.HelpGen.HelpGenPaths

Mostrar archivo Open project: HinTak/Font-Validator

Public Properties

Property Type Description
contentsTemplatePath string
genDir string
helpDir string
inputDir string
templatePath string
tmpDir string
xmlPath string
xsdPath string

Public Methods

Method Description
FillInDefaults ( bool verbose ) : void

Method Details

FillInDefaults() public method

public FillInDefaults ( bool verbose ) : void
verbose bool
return void

Property Details

contentsTemplatePath public_oe property

public string contentsTemplatePath
return string

genDir public_oe property

public string genDir
return string

helpDir public_oe property

public string helpDir
return string

inputDir public_oe property

public string inputDir
return string

templatePath public_oe property

public string templatePath
return string

tmpDir public_oe property

public string tmpDir
return string

xmlPath public_oe property

public string xmlPath
return string

xsdPath public_oe property

public string xsdPath
return string