Method | Description | |
---|---|---|
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, |
||
Import ( KeePassLib.PwDatabase pwDatabase, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo vConnections, bool bSynchronize, IUIOperations uiOps, bool bForceSave, |
||
Import ( KeePassLib.PwDatabase pwStorage, bool &bAppendedToRootOnly, |
||
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, |
||
Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, bool bOpenFromUrl, |
Method | Description | |
---|---|---|
FixUrl ( string strUrl ) : string | ||
GuiRetrieveDataField ( ) : string | ||
GuiSendKeysPrc ( string strSend ) : void | ||
GuiSendRetrieve ( string strSendPrefix ) : string | ||
GuiSendWaitWindowChange ( string strSend ) : void | ||
MapNameSubstringToStandardField ( string strName ) : string |
public static AppendToField ( PwEntry pe, string strName, string strValue, KeePassLib.PwDatabase pdContext ) : void | ||
pe | PwEntry | |
strName | string | |
strValue | string | |
pdContext | KeePassLib.PwDatabase | |
return | void |
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 | |
return | void |
public static CountQuotes ( string str, int posMax ) : int | ||
str | string | |
posMax | int | |
return | int |
public static EntryEquals ( PwEntry pe1, PwEntry pe2 ) : bool | ||
pe1 | PwEntry | |
pe2 | PwEntry | |
return | bool |
public static Import ( KeePassLib.PwDatabase pd, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo iocImp, PwMergeMethod mm, |
||
pd | KeePassLib.PwDatabase | |
fmtImp | KeePass.DataExchange.FileFormatProvider | |
iocImp | IOConnectionInfo | |
mm | PwMergeMethod | |
cmpKey | ||
return | bool? |
public static Import ( KeePassLib.PwDatabase pwDatabase, KeePass.DataExchange.FileFormatProvider fmtImp, IOConnectionInfo vConnections, bool bSynchronize, IUIOperations uiOps, bool bForceSave, |
||
pwDatabase | KeePassLib.PwDatabase | |
fmtImp | KeePass.DataExchange.FileFormatProvider | |
vConnections | IOConnectionInfo | |
bSynchronize | bool | |
uiOps | IUIOperations | |
bForceSave | bool | |
fParent | ||
return | bool? |
public static Import ( KeePassLib.PwDatabase pwStorage, bool &bAppendedToRootOnly, |
||
pwStorage | KeePassLib.PwDatabase | |
bAppendedToRootOnly | bool | |
fParent | ||
return | bool? |
public static MapNameToStandardField ( string strName, bool bAllowFuzzy ) : string | ||
strName | string | |
bAllowFuzzy | bool | |
return | string |
public static SetStatus ( IStatusLogger slLogger, uint uPercent ) : bool | ||
slLogger | IStatusLogger | |
uPercent | uint | |
return | bool |
public static SplitCsvLine ( string strLine, string strDelimiter ) : List |
||
strLine | string | |
strDelimiter | string | |
return | List |
public static Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, IOConnectionInfo iocSyncWith, bool bForceSave, |
||
pwStorage | KeePassLib.PwDatabase | |
uiOps | IUIOperations | |
iocSyncWith | IOConnectionInfo | |
bForceSave | bool | |
fParent | ||
return | bool? |
public static Synchronize ( KeePassLib.PwDatabase pwStorage, IUIOperations uiOps, bool bOpenFromUrl, |
||
pwStorage | KeePassLib.PwDatabase | |
uiOps | IUIOperations | |
bOpenFromUrl | bool | |
fParent | ||
return | bool? |