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 | |
---|---|---|
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. | |
applInit | (Inherited from SysStartupCmd.) | |
applRun | (Inherited from SysStartupCmd.) | |
buildDynamicsAXModelProjects | Builds all the Microsoft Dynamics AX Model Projects that contain SSRS reports in the current layer. | |
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. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canRun | (Inherited from SysStartupCmd.) | |
determineDynamicsAXModelProjectsToBuild | Determines which Microsoft Dynamics AX Model Projects must be built. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
extractParameters | Extracts parameter values and initializes member variables with those values. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getVSProjectNodeReportReferences | Builds a set that contains node paths to the SSRS reports that the project references. | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
infoInit | (Inherited from SysStartupCmd.) | |
infoRun | Executes after the startup method is initiated. (Overrides the infoRun Method.) | |
new | (Inherited from SysStartupCmd.) | |
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.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmSkipShutDown | Gets or sets the SkipShutDown parameter. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
shutDown | (Inherited from SysStartupCmd.) | |
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.) | |
wait | Pauses a process. (Inherited from Object.) | |
writeToLogFile | Writes the string messages in the List object to a text log file. | |
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