C# Class KeePass.DataExchange.ExportUtil

Show file Open project: amiryal/keepass2

Public Methods

Method Description
Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, KeePass.DataExchange.FileFormatProvider fileFormat, IOConnectionInfo iocOutput, IStatusLogger slLogger ) : bool
Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, IStatusLogger slLogger ) : bool
Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, string strFormatName, IOConnectionInfo iocOutput ) : bool

Method Details

Export() public static method

public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, KeePass.DataExchange.FileFormatProvider fileFormat, IOConnectionInfo iocOutput, IStatusLogger slLogger ) : bool
pwExportInfo KeePass.DataExchange.PwExportInfo
fileFormat KeePass.DataExchange.FileFormatProvider
iocOutput IOConnectionInfo
slLogger IStatusLogger
return bool

Export() public static method

public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, IStatusLogger slLogger ) : bool
pwExportInfo KeePass.DataExchange.PwExportInfo
slLogger IStatusLogger
return bool

Export() public static method

public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, string strFormatName, IOConnectionInfo iocOutput ) : bool
pwExportInfo KeePass.DataExchange.PwExportInfo
strFormatName string
iocOutput IOConnectionInfo
return bool