The Portrate Interview Engine

ValidatorGroup Class

Collects a group of validators and runs each one in sequence, stopping on the first one that is triggered. Author: Jacob W Anderson

For a list of all members of this type, see ValidatorGroup Members.

System.Object
   Portrate.Interview.Model.Validation.AbstractValidator
      Portrate.Interview.Model.Validation.ValidatorGroup

[Visual Basic]
Public Class ValidatorGroup
    Inherits AbstractValidator
[C#]
public class ValidatorGroup : AbstractValidator
[C++]
public __gc class ValidatorGroup : public AbstractValidator
[JScript]
public class ValidatorGroup extends AbstractValidator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model.Validation

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

ValidatorGroup Members | Portrate.Interview.Model.Validation Namespace