ProjectManagementFileType class

ProjectManagementFileType class

Defines Project file formats that are created by Project Management software such as Microsoft Project, Primavera P6 etc.

A project file is a collection of tasks, resources, and their scheduling to get a measurable output in the form of a product or a service. Project management documents. Includes the following file types: ProjectManagementFileType.mpp, ProjectManagementFileType.mpt, ProjectManagementFileType.mpx. Learn more about Project Management formats here: https://wiki.fileformat.com/project-management.

The ProjectManagementFileType type exposes the following members:

Constructors

Constructor Description
init Initializes a ProjectManagementFileType for serialization.

Methods

Method Description
compare_to Compares current object to other. (inherited from Enumeration)
compare_to_object (inherited from Enumeration)
equals Implements the equality comparison defined by Enumeration.equals. (inherited from FileType)
equals_enumeration (inherited from FileType)
equals_object (inherited from Enumeration)
from_display_name (inherited from Enumeration)
from_extension Gets the FileType for the provided file extension. (inherited from FileType)
from_filename Returns FileType for specified file_name. (inherited from FileType)
from_stream Returns FileType for provided document stream. (inherited from FileType)
from_value (inherited from Enumeration)
get_all (inherited from FileType)
get_hash_code Provides the default hash function. (inherited from Enumeration)
to_string String representation of file type. (inherited from FileType)

Properties

Property Description
description The file type description. (inherited from FileType)
extension The file extension. (inherited from FileType)
family The file family. (inherited from FileType)
file_format The file format. (inherited from FileType)

Fields

Field Description
MPT Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files. Learn more about this file format here.
MPP MPP is Microsoft Project data file that stores information related to project management in an integrated manner. Learn more about this file format here.
MPX Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating. Learn more about this file format here.
XER The XER file format is a proprietary project file format used by Primavera P6 project planning and management application. Learn more about this file format here.
UNKNOWN Unknown file type (inherited from FileType)

See Also