ProjectManagementViewInfo

ProjectManagementViewInfo class

Represents view information for MS Project document.

public class ProjectManagementViewInfo : ViewInfo

Constructors

Name Description
ProjectManagementViewInfo() Initializes new instance of ProjectManagementViewInfo class.
ProjectManagementViewInfo(FileType, List<Page>, DateTime, DateTime) Initializes new instance of ProjectManagementViewInfo class.

Properties

Name Description
EndDate { get; set; } The date time when the project is to be completed.
FileType { get; set; } The type of the file.
Pages { get; set; } The list of pages to view.
StartDate { get; set; } The date time from which the project started.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also