The Portrate Interview Engine

IDPLFormValidator Interface

Defines methods for validating a form. These methods return validation and error information about the specific controls in the form.

 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 

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

[Visual Basic]
Public Interface IDPLFormValidator
    Implements IXmlConfigurable
[C#]
public interface IDPLFormValidator : IXmlConfigurable
[C++]
public __gc __interface IDPLFormValidator : public IXmlConfigurable
[JScript]
public interface IDPLFormValidator extends IXmlConfigurable

Types that implement IDPLFormValidator

TypeDescription
MultiColumnFormValidator Runs the validators for each of the control rendered on a multi-column or multi-row rendered page.
SingleColumnFormValidator Validates the controls for a single-column form layout. This validator assumes that there is a one-to-one mapping of dictionery names to controls in the current data context.
 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 

Requirements

Namespace: Portrate.Interview.Model.Validation

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

See Also

IDPLFormValidator Members | Portrate.Interview.Model.Validation Namespace