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 null입니다.
ArgumentNullException 언제 던져pages null입니다.

또한보십시오