C# Class KeePass.DataExchange.ExportUtil

Afficher le fichier Open project: amiryal/keepass2

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

Export() public static méthode

public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, IStatusLogger slLogger ) : bool
pwExportInfo KeePass.DataExchange.PwExportInfo
slLogger IStatusLogger
Résultat bool

Export() public static méthode

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