namespace staticbo. commonRules
Source: common-rules/
Contains implementations of frequently used rules.
Child classes
- DependencyRule(primaryProperty, dependencies, message[, priority][, stopsProcessing])
- ExpressionRule(primaryProperty, regex, option, message[, priority][, stopsProcessing])
- InformationRule(primaryProperty, message[, priority][, stopsProcessing])
- IsInAllRolesRule(action[, target], roles, message[, priority][, stopsProcessing])
- IsInAnyRoleRule(action[, target], roles, message[, priority][, stopsProcessing])
- IsInRoleRule(action[, target], role, message[, priority][, stopsProcessing])
- IsNotInAnyRoleRule(action[, target], roles, message[, priority][, stopsProcessing])
- IsNotInRoleRule(action[, target], role, message[, priority][, stopsProcessing])
- LengthIsRule(primaryProperty, length, message[, priority][, stopsProcessing])
- MaxLengthRule(primaryProperty, maxLength, message[, priority][, stopsProcessing])
- MaxValueRule(primaryProperty, maxValue, message[, priority][, stopsProcessing])
- MinLengthRule(primaryProperty, minLength, message[, priority][, stopsProcessing])
- MinValueRule(primaryProperty, minValue, message[, priority][, stopsProcessing])
- NullResultOption()
- RequiredRule(primaryProperty, message[, priority][, stopsProcessing])