ProjectManagementViewInfo

ProjectManagementViewInfo()

Initializes new instance of ProjectManagementViewInfo class.

public ProjectManagementViewInfo()

See Also


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

Initializes new instance of ProjectManagementViewInfo class.

public ProjectManagementViewInfo(FileType fileType, List<Page> pages, DateTime startDate, 
    DateTime endDate)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
startDate DateTime The date time from which the project started.
endDate DateTime The date time when the project is to be completed.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.
ArgumentNullException Thrown when pages is null.

See Also