C# 클래스 BEurtle.ParseParameters

파일 보기 프로젝트 열기: ned14/BEurtle 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddCommitAsComment bool
BEPath string
DumpHTML bool
DumpHTMLPath string
ShowCommentCount ShowCommentCountType
UseBEXML bool

공개 메소드들

메소드 설명
FillInDefaults ( IWin32Window hwnd ) : void
ParseParameters ( BEurtlePlugin plugin, IWin32Window hwnd, string parameters, bool fillindefaults = true ) : System

메소드 상세

FillInDefaults() 공개 메소드

public FillInDefaults ( IWin32Window hwnd ) : void
hwnd IWin32Window
리턴 void

ParseParameters() 공개 메소드

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

프로퍼티 상세

AddCommitAsComment 공개적으로 프로퍼티

public bool AddCommitAsComment
리턴 bool

BEPath 공개적으로 프로퍼티

public string BEPath
리턴 string

DumpHTML 공개적으로 프로퍼티

public bool DumpHTML
리턴 bool

DumpHTMLPath 공개적으로 프로퍼티

public string DumpHTMLPath
리턴 string

ShowCommentCount 공개적으로 프로퍼티

public ShowCommentCountType ShowCommentCount
리턴 ShowCommentCountType

UseBEXML 공개적으로 프로퍼티

public bool UseBEXML
리턴 bool