SysBPStyleCheckRuleEngine Class [AX 2012]
The SysBPStyleCheckRuleEngine class is used to analyze the forms to find style violations.
| Method | Description | |
|---|---|---|
| addMissingNodeViolations | |
| analyzeNodeStructure | Matches the nodes from the form with the associated style template form. |
| calculateRulesRank | Calculates the rank of a particular form node based on how well the rules that are associated with it and the potential children pass. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkForMissingNode | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCachedStyleInformation | Gets the information object for a particular style. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| matchNode | Matches a template node to the appropriate node from a form to analyze. |
| matchTemplateChildren | Matches the form nodes with the template nodes recursively. |
| new | Initializes a new instance of the SysBPStyleCheckRuleEngine class. |
| 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.) |
| processFormNode | Analyzes a form based on a particular style. |
| processRules | Runs all the rules and log violations as appropriate. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sysBPCheck | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| trimFormsPrefixFromPath | Trims the '\Forms\' prefix from a TreeNode path. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::createArrayFromTraverser | Places the results from a TreeNodeTraverserControls object into an array. |
| ::findNodeByName | Searches through a form structure for a particular control name. |
| ::FormControlType | Gets the form control subtype from a given TreeNode object. |
| ::formDesign | Gets the design node for a particular form. |
| ::getDefaultStyle | Determines the default style for the BP system. |
| ::getPosition | Determines the position of a node in its parent node. |
| ::getResourceForStyle | Gets the ResourceNode object that contains the rules for a particular style. |
| ::getTemplateFormName | Gets the name of the template form that is associated with a particular style. |
| ::getXmlForStyle | Gets the XML rules for a particular style. |
| ::IsButtonType | Determines whether a particular control type can be considered a button. |
Community Additions
ADD
Show: