Returns TRUE if this rule is in effect, and false if not.
[Visual Basic] Protected Function IsInEffect() As Boolean [C#] protected bool IsInEffect(); [C++] protected: bool IsInEffect(); [JScript] protected function IsInEffect(): bool;
AbstractValidator Class | Portrate.Interview.Model.Validation Namespace