SysStartupCmdBuildVisualStudioProjects Class [AX 2012]

The SysStartupCmdBuildVisualStudioProjects class is an extension of the SysStartupCmd class and is used to perform a layer aware build of the Visual Studio projects.

Syntax

class SysStartupCmdBuildVisualStudioProjects extends SysStartupCmd

Run On

Called

Methods

  Method Description
JJ813607.privmethod(en-us,AX.60).gif addReportProjectToBuildSet Adds a VSProjectNode object to the set of projects that is to be built specified by the AOT node path of an SSRS report.
JJ813607.pubmethod(en-us,AX.60).gif applInit (Inherited from SysStartupCmd.)
JJ813607.pubmethod(en-us,AX.60).gif applRun (Inherited from SysStartupCmd.)
JJ813607.privmethod(en-us,AX.60).gif buildDynamicsAXModelProjects Builds all the Microsoft Dynamics AX Model Projects that contain SSRS reports in the current layer.
JJ813607.privmethod(en-us,AX.60).gif buildDynamicsAXModelProjectToReportsMap Builds a map object in that the key is a VSProjectNode object and value is a set that contains the AOT node paths of the SSRS reports the project references.
JJ813607.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ813607.protmethod(en-us,AX.60).gif canRun (Inherited from SysStartupCmd.)
JJ813607.privmethod(en-us,AX.60).gif determineDynamicsAXModelProjectsToBuild Determines which Microsoft Dynamics AX Model Projects must be built.
JJ813607.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ813607.privmethod(en-us,AX.60).gif extractParameters Extracts parameter values and initializes member variables with those values.
JJ813607.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ813607.privmethod(en-us,AX.60).gif getVSProjectNodeReportReferences Builds a set that contains node paths to the SSRS reports that the project references.
JJ813607.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif infoInit (Inherited from SysStartupCmd.)
JJ813607.pubmethod(en-us,AX.60).gif infoRun Executes after the startup method is initiated. (Overrides the infoRun Method.)
JJ813607.pubmethod(en-us,AX.60).gif new (Inherited from SysStartupCmd.)
JJ813607.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif parmSkipShutDown Gets or sets the SkipShutDown parameter.
JJ813607.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ813607.protmethod(en-us,AX.60).gif shutDown (Inherited from SysStartupCmd.)
JJ813607.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ813607.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ813607.privmethod(en-us,AX.60).gif writeToLogFile Writes the string messages in the List object to a text log file.
JJ813607.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Inheritance Hierarchy

Object Class
  SysStartupCmd Class
    SysStartupCmdBuildVisualStudioProjects Class