C# 클래스 KeePass.DataExchange.ImportUtil

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

공개 메소드들

메소드 설명
AppendToField ( PwEntry pe, string strName, string strValue, KeePassLib.PwDatabase pdContext ) : void
AppendToField ( PwEntry pe, string strName, string strValue, KeePassLib.PwDatabase pdContext, string strSeparator, bool bOnlyIfNotDup ) : void
CountQuotes ( string str, int posMax ) : int
EntryEquals ( PwEntry pe1, PwEntry pe2 ) : bool
Import ( KeePassLib.PwDatabase pd, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo iocImp, PwMergeMethod mm, CompositeKey cmpKey ) : bool?
Import ( KeePassLib.PwDatabase pwDatabase, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo vConnections, bool bSynchronize, IUIOperations uiOps, bool bForceSave, Form fParent ) : bool?
Import ( KeePassLib.PwDatabase pwStorage, bool &bAppendedToRootOnly, Form fParent ) : bool?
MapNameToStandardField ( string strName, bool bAllowFuzzy ) : string
SetStatus ( IStatusLogger slLogger, uint uPercent ) : bool
SplitCsvLine ( string strLine, string strDelimiter ) : List
Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, IOConnectionInfo iocSyncWith, bool bForceSave, Form fParent ) : bool?
Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, bool bOpenFromUrl, Form fParent ) : bool?

비공개 메소드들

메소드 설명
FixUrl ( string strUrl ) : string
GuiRetrieveDataField ( ) : string
GuiSendKeysPrc ( string strSend ) : void
GuiSendRetrieve ( string strSendPrefix ) : string
GuiSendWaitWindowChange ( string strSend ) : void
MapNameSubstringToStandardField ( string strName ) : string

메소드 상세

AppendToField() 공개 정적인 메소드

public static AppendToField ( PwEntry pe, string strName, string strValue, KeePassLib.PwDatabase pdContext ) : void
pe PwEntry
strName string
strValue string
pdContext KeePassLib.PwDatabase
리턴 void

AppendToField() 공개 정적인 메소드

public static AppendToField ( PwEntry pe, string strName, string strValue, KeePassLib.PwDatabase pdContext, string strSeparator, bool bOnlyIfNotDup ) : void
pe PwEntry
strName string
strValue string
pdContext KeePassLib.PwDatabase
strSeparator string
bOnlyIfNotDup bool
리턴 void

CountQuotes() 공개 정적인 메소드

public static CountQuotes ( string str, int posMax ) : int
str string
posMax int
리턴 int

EntryEquals() 공개 정적인 메소드

public static EntryEquals ( PwEntry pe1, PwEntry pe2 ) : bool
pe1 PwEntry
pe2 PwEntry
리턴 bool

Import() 공개 정적인 메소드

public static Import ( KeePassLib.PwDatabase pd, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo iocImp, PwMergeMethod mm, CompositeKey cmpKey ) : bool?
pd KeePassLib.PwDatabase
fmtImp KeePass.DataExchange.FileFormatProvider
iocImp IOConnectionInfo
mm PwMergeMethod
cmpKey KeePassLib.Keys.CompositeKey
리턴 bool?

Import() 공개 정적인 메소드

public static Import ( KeePassLib.PwDatabase pwDatabase, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo vConnections, bool bSynchronize, IUIOperations uiOps, bool bForceSave, Form fParent ) : bool?
pwDatabase KeePassLib.PwDatabase
fmtImp KeePass.DataExchange.FileFormatProvider
vConnections IOConnectionInfo
bSynchronize bool
uiOps IUIOperations
bForceSave bool
fParent System.Windows.Forms.Form
리턴 bool?

Import() 공개 정적인 메소드

public static Import ( KeePassLib.PwDatabase pwStorage, bool &bAppendedToRootOnly, Form fParent ) : bool?
pwStorage KeePassLib.PwDatabase
bAppendedToRootOnly bool
fParent System.Windows.Forms.Form
리턴 bool?

MapNameToStandardField() 공개 정적인 메소드

public static MapNameToStandardField ( string strName, bool bAllowFuzzy ) : string
strName string
bAllowFuzzy bool
리턴 string

SetStatus() 공개 정적인 메소드

public static SetStatus ( IStatusLogger slLogger, uint uPercent ) : bool
slLogger IStatusLogger
uPercent uint
리턴 bool

SplitCsvLine() 공개 정적인 메소드

public static SplitCsvLine ( string strLine, string strDelimiter ) : List
strLine string
strDelimiter string
리턴 List

Synchronize() 공개 정적인 메소드

public static Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, IOConnectionInfo iocSyncWith, bool bForceSave, Form fParent ) : bool?
pwStorage KeePassLib.PwDatabase
uiOps IUIOperations
iocSyncWith IOConnectionInfo
bForceSave bool
fParent System.Windows.Forms.Form
리턴 bool?

Synchronize() 공개 정적인 메소드

public static Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, bool bOpenFromUrl, Form fParent ) : bool?
pwStorage KeePassLib.PwDatabase
uiOps IUIOperations
bOpenFromUrl bool
fParent System.Windows.Forms.Form
리턴 bool?