ProjectManagementViewInfo

ProjectManagementViewInfo()

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

public ProjectManagementViewInfo()

関連項目


ProjectManagementViewInfo(FileType, List<Page>, DateTime, DateTime)

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

public ProjectManagementViewInfo(FileType fileType, List<Page> pages, DateTime startDate, 
    DateTime endDate)
パラメータ タイプ 説明
fileType FileType ファイルのタイプ。
pages List`1 表示するページのリスト。
startDate DateTime プロジェクトが開始された日時。
endDate DateTime プロジェクトが完了する日時。

例外

例外 調子
ArgumentNullException スローされるタイミングfileType無効である。
ArgumentNullException スローされるタイミングpages無効である。

関連項目