Skip to main content
.NET 6.0+

IRule Members

Declares members implemented by Validation Rules.

Properties

Name Description
Id Returns the identifier of the current rule.
Properties Represents the Validation Rule’s properties exported to the Application Model.
UsedProperties Specifies the names of the properties to be highlighted when the current Validation Rule is broken.

Methods

Name Description
Validate(Object) Checks that a particular object satisfies the Validation Rule.
See Also