C# Class BEurtle.ParseParameters

Afficher le fichier Open project: ned14/BEurtle Class Usage Examples

Méthodes publiques

Свойство Type Description
AddCommitAsComment bool
BEPath string
DumpHTML bool
DumpHTMLPath string
ShowCommentCount ShowCommentCountType
UseBEXML bool

Méthodes publiques

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

Method Details

FillInDefaults() public méthode

public FillInDefaults ( IWin32Window hwnd ) : void
hwnd IWin32Window
Résultat void

ParseParameters() public méthode

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

Property Details

AddCommitAsComment public_oe property

public bool AddCommitAsComment
Résultat bool

BEPath public_oe property

public string BEPath
Résultat string

DumpHTML public_oe property

public bool DumpHTML
Résultat bool

DumpHTMLPath public_oe property

public string DumpHTMLPath
Résultat string

ShowCommentCount public_oe property

public ShowCommentCountType ShowCommentCount
Résultat ShowCommentCountType

UseBEXML public_oe property

public bool UseBEXML
Résultat bool