.NET Documentation
C#
VB
Show/Hide TOC
IDelegate
Rule Interface
Interface to define a validation rule.
Definition
Namespace:
Aliquo.Windows.Base
Assembly:
Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Copy
public
interface
IDelegateRule
VB
Copy
Public
Interface
IDelegateRule
Properties
Error
Gets the object that provides information about the disability.
PropertyName
Gets the name of the property associated with the rule.
Methods
Apply
Apply or run the validation rule.
See Also
Reference
Aliquo.Windows.Base Namespace
In This Article
Definition
Properties
Methods
See Also