ProjectManagementFileType

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 or a product or a service. Project management documents. Includes the following file types: Mpp, Mpt, Mpx. Learn more about Project Management formats here.

public sealed class ProjectManagementFileType : FileType

Constructors

Name Description
ProjectManagementFileType() Serialization constructor

Properties

Name Description
Description { get; } File type description
Extension { get; } The file extension
Family { get; } The file family
FileFormat { get; } The file format

Methods

Name Description
CompareTo(object) Compares current object to other.
override Equals(Enumeration) Implements Equals
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() String representation

Fields

Name Description
static readonly 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.
static readonly 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.
static readonly 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.
static readonly 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.

See Also