C# 클래스 KeePass.DataExchange.ExportUtil

파일 보기 프로젝트 열기: amiryal/keepass2

공개 메소드들

메소드 설명
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

메소드 상세

Export() 공개 정적인 메소드

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
리턴 bool

Export() 공개 정적인 메소드

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

Export() 공개 정적인 메소드

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