C# Class BEurtle.ParseParameters

Show file 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 property

public bool AddCommitAsComment
return bool

BEPath public property

public string BEPath
return string

DumpHTML public property

public bool DumpHTML
return bool

DumpHTMLPath public property

public string DumpHTMLPath
return string

ShowCommentCount public property

public ShowCommentCountType ShowCommentCount
return ShowCommentCountType

UseBEXML public property

public bool UseBEXML
return bool