analyticMacroBase Methods |
[This is preliminary documentation and is subject to change.]
The analyticMacroBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| executeBuildReport |
Builds the global report on job executed using stored records and builds reports on commons
| |
| executeOtherCommons |
Executes the other common analysis required for report build. Updates the results to analyticJobRecord | |
| executeRenderReport |
Defines deliveryInstance unit and calls construction
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| helpMethodBuildSpiders |
Helps the method build spiders.
| |
| helpMethodBuildStageControl | ||
| innerRun |
Override this method with the analyticMacroBase execution code.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPropertyChanged | (Inherited from dataBindableBase.) | |
| run |
Runs the macro. To adjust macro execution override [!:innerRun(analyticJob, analyticJobRunFlags, analyticProject, builderForLog)] method.
innerRun is called witnih this method, after common initalization procedure
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |