AddBaseCalendar (inherited from MPXFile) | Adds a new base calendar to the file. |
AddDefaultBaseCalendar (inherited from MPXFile) | Adds a base calendar called "Standard" to the file, and populate it with a default working week and default working hours. |
AddResource (inherited from MPXFile) | Add a new resource to the file. |
AddTask (inherited from MPXFile) | Adds new task to the file programatically. |
DeleteResourceByUniqueID (inherited from MPXFile) | Deletes a resource by unique ID. |
DeleteTaskByUniqueID (inherited from MPXFile) | Deletes a task by unique ID. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetBaseCalendar (inherited from MPXFile) | Returns the named base calendar. |
GetBaseCalendarByUniqueID (inherited from MPXFile) | Returns the base calendar referred to by the supplied unique ID value. |
GetCalendarUniqueID (inherited from MPXFile) | This method is used to retrieve the next unique ID for a calendar. |
GetDuration (inherited from MPXFile) | Overloaded. Calculates the duration of work between two fixed dates according to the work schedule defined in the named calendar. The calendar used is the "Standard" calendar. If this calendar does not exist, and exception will be thrown. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetResourceByID (inherited from MPXFile) | Returns the resource by its ID field. |
GetResourceByUniqueID (inherited from MPXFile) | Returns the resource by its UniqueID field. |
GetResourceID (inherited from MPXFile) | This method is used to retrieve the next ID for a resource. |
GetResourceUniqueID (inherited from MPXFile) | This method is used to retrieve the next unique ID for a resource. |
GetTaskByID (inherited from MPXFile) | Returns the task by its ID field. |
GetTaskByUniqueID (inherited from MPXFile) | Returns the task by its UniqueID field. |
GetTaskID (inherited from MPXFile) | This method is used to retrieve the next ID for a task. |
GetTaskUniqueID (inherited from MPXFile) | This method is used to retrieve the next unique ID for a task. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Read | Overloaded. Reads a Project XML file from an input stream. |
Read (inherited from MPXFile) | Overloaded. Reads an MPX file from an input stream. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write (inherited from MPXFile) | Overloaded. Writes each record in an MPX file to an output stream, via the specified StreamWriter. By providing the StreamWriter as an argument, the caller can control the character encoding used when writing the file. |
WriteXML (inherited from MPXFile) | Overloaded. Writes the XML file to an output stream, via specified StreamWriter. |