ProjectManagementViewInfo

ProjectManagementViewInfo()

初始化新实例ProjectManagementViewInfo类.

public ProjectManagementViewInfo()

也可以看看


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

初始化新实例ProjectManagementViewInfo类.

public ProjectManagementViewInfo(FileType fileType, List<Page> pages, DateTime startDate, 
    DateTime endDate)
范围 类型 描述
fileType FileType 文件的类型。
pages List`1 要查看的页面列表。
startDate DateTime 项目开始的日期时间。
endDate DateTime 项目完成的日期时间。

例外

例外 (健康)状况
ArgumentNullException 抛出时fileType一片空白。
ArgumentNullException 抛出时pages一片空白。

也可以看看