SysBPStyleCheckNode Class [AX 2012]
The SysBPStyleCheckNode class represents a node from a style template and the rules that are associated with it.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| extractCodeRules | Extracts the code rules from the rules XML file. |
| extractPositionRules | Extracts the position rules from the rules XML file. |
| extractPropertyRules | Extracts the property rules from the rules XML file. |
| findPropertyRule | Finds a property rule for the current node based on the name of a property. |
| generateDefaultPropertyRules | Generates the property rules automatically for all the non-default properties of the associated template node. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| mergeRulesFromXml | Merges the rules from the target node XML with the rules of the current node. |
| new | Initializes a new instance of the SysBPStyleCheckNode class. |
| notFoundViolation | Gets the ID of the UX violation to log if the current node is not found during the form analysis. |
| 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.) |
| optional | Indicates whether the current node is considered optional during the form analysis. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| rules | Gets a collection of the rules that are associated with the current node. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| styleInformation | |
| templateTargetNodeName | Gets the name of the template node with which the current object is associated. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: