The Portrate Interview Engine

SingleColumnFormValidator Class

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. 

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

System.Object
   Portrate.Interview.Model.Validation.SingleColumnFormValidator

[Visual Basic]
Public Class SingleColumnFormValidator
    Implements IDPLFormValidator, IXmlConfigurable, IDisposable
[C#]
public class SingleColumnFormValidator : IDPLFormValidator, IXmlConfigurable, IDisposable
[C++]
public __gc class SingleColumnFormValidator : public IDPLFormValidator, IXmlConfigurable, IDisposable
[JScript]
public class SingleColumnFormValidator extends IDPLFormValidator, IXmlConfigurable, IDisposable

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

SingleColumnFormValidator Members | Portrate.Interview.Model.Validation Namespace