C# Class BEurtle.ParseParameters

Mostrar archivo Open project: ned14/BEurtle Class Usage Examples

Public Properties

Property Type Description
AddCommitAsComment bool
BEPath string
DumpHTML bool
DumpHTMLPath string
ShowCommentCount ShowCommentCountType
UseBEXML bool

Public Methods

Method Description
FillInDefaults ( IWin32Window hwnd ) : void
ParseParameters ( BEurtlePlugin plugin, IWin32Window hwnd, string parameters, bool fillindefaults = true ) : System

Method Details

FillInDefaults() public method

public FillInDefaults ( IWin32Window hwnd ) : void
hwnd IWin32Window
return void

ParseParameters() public method

public ParseParameters ( BEurtlePlugin plugin, IWin32Window hwnd, string parameters, bool fillindefaults = true ) : System
plugin BEurtlePlugin
hwnd IWin32Window
parameters string
fillindefaults bool
return System

Property Details

AddCommitAsComment public_oe property

public bool AddCommitAsComment
return bool

BEPath public_oe property

public string BEPath
return string

DumpHTML public_oe property

public bool DumpHTML
return bool

DumpHTMLPath public_oe property

public string DumpHTMLPath
return string

ShowCommentCount public_oe property

public ShowCommentCountType ShowCommentCount
return ShowCommentCountType

UseBEXML public_oe property

public bool UseBEXML
return bool