SysProjectApplication_2007 Class [AX 2012]
The SysProjectApplication_2007 class contains version specific logic for Microsoft Project COM.
| Method | Description | |
|---|---|---|
| activateWindow | Finds Microsoft Project's window and brings it to the front. (Inherited from SysProjectApplication.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| comObject | Gets an instance of Microsoft Project's COM object. (Inherited from SysProjectApplication.) |
| createNewProject | Creates a new, blank project in Microsoft Project and saves it. (Inherited from SysProjectApplication.) |
| createProjectInSharePoint | Creates a new, blank project in Microsoft Project, then creates a new SharePoint site and saves the newly created project there. (Inherited from SysProjectApplication.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findAddin | Finds and retrieves the Microsoft Dynamics AX for Microsoft Project addin. (Inherited from SysProjectApplication.) |
| getApplicationFilePath | Determines the path of the Microsoft Project file that is currently opened. (Inherited from SysProjectApplication.) |
| getApplicationVersion | Retrieves the version number of Microsoft Project. (Inherited from SysProjectApplication.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the SysProject class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| openFile | Opens a Microsoft Project file. (Inherited from SysProjectApplication.) |
| openFileFromSharePoint | Opens a Microsoft Project file that is stored in SharePoint. (Inherited from SysProjectApplication.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| quit | Closes Microsoft Project. (Inherited from SysProjectApplication.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| syncProjectFileWithSharePointTasklist | Creates a new, blank project in Microsoft Project and triggers a sync between it and SharePoint. (Inherited from SysProjectApplication.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| visible | Shows or hides the Microsoft Project window. (Inherited from SysProjectApplication.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of SysProjectApplication_2007 class. |
Community Additions
ADD
Show: