AddBaseCalendar | Adds a new base calendar to the file. |
AddDefaultBaseCalendar | Adds a base calendar called "Standard" to the file, and populate it with a default working week and default working hours. |
AddResource | Add a new resource to the file. |
AddTask | Adds new task to the file programatically. |
DeleteResourceByUniqueID | Deletes a resource by unique ID. |
DeleteTaskByUniqueID | Deletes a task by unique ID. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetBaseCalendar | Returns the named base calendar. |
GetBaseCalendarByUniqueID | Returns the base calendar referred to by the supplied unique ID value. |
GetCalendarUniqueID | This method is used to retrieve the next unique ID for a calendar. |
GetDuration | 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 | Returns the resource by its ID field. |
GetResourceByUniqueID | Returns the resource by its UniqueID field. |
GetResourceID | This method is used to retrieve the next ID for a resource. |
GetResourceUniqueID | This method is used to retrieve the next unique ID for a resource. |
GetTaskByID | Returns the task by its ID field. |
GetTaskByUniqueID | Returns the task by its UniqueID field. |
GetTaskID | This method is used to retrieve the next ID for a task. |
GetTaskUniqueID | 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. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write | 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 | Overloaded. Writes the XML file to an output stream, via specified StreamWriter. |