C# Class n2parser.Program.ParseOptions

显示文件 Open project: bherila/n2cms_docs

Public Properties

Property Type Description
AttributeClass string
IgnoreClass string
PartClass string
ShowNav bool
ShowTitle bool
Type string
ZoneClass string

Public Methods

Method Description
ParseOptions ( ) : System

Method Details

ParseOptions() public method

public ParseOptions ( ) : System
return System

Property Details

AttributeClass public_oe property

public string AttributeClass
return string

IgnoreClass public_oe property

public string IgnoreClass
return string

PartClass public_oe property

public string PartClass
return string

ShowNav public_oe property

public bool ShowNav
return bool

ShowTitle public_oe property

public bool ShowTitle
return bool

Type public_oe property

public string Type
return string

ZoneClass public_oe property

public string ZoneClass
return string