OfxRequestDocument.OfxRequestDocument

OfxRequestDocument()

の新しいインスタンスを初期化しますOfxRequestDocumentclass.

public OfxRequestDocument()

関連項目


OfxRequestDocument(string)

の新しいインスタンスを初期化しますOfxRequestDocumentclass.

public OfxRequestDocument(string fileName)
パラメータ タイプ 説明
fileName String ofx ファイル名。

関連項目


OfxRequestDocument(Stream)

の新しいインスタンスを初期化しますOfxRequestDocumentclass.

public OfxRequestDocument(Stream stream)
パラメータ タイプ 説明
stream Stream ofx ファイル ストリーム。

関連項目


OfxRequestDocument(string, LoadOptions)

の新しいインスタンスを初期化しますOfxRequestDocumentclass.

public OfxRequestDocument(string fileName, LoadOptions options)
パラメータ タイプ 説明
fileName String ofx ファイル名。
options LoadOptions 読み込みオプション。

関連項目


OfxRequestDocument(Stream, LoadOptions)

の新しいインスタンスを初期化しますOfxRequestDocumentclass.

public OfxRequestDocument(Stream stream, LoadOptions options)
パラメータ タイプ 説明
stream Stream ファイル ストリーム。
options LoadOptions 読み込みオプション。

関連項目