The Portrate Interview Engine

StringLengthValidator.Configure Method 

Reads the following attributes from the configuration element:

 minLength: The minimum length of the string maxLength: The maximum length of the string trimmed: True if the string is 'trimmed' prior to validation message: The message returned if validation fails allowNull: True if null strings are allowed 

[Visual Basic]
Overrides Public Sub Configure( _ 
   ByVal e As XmlElement _ 
) _
    Implements IXmlConfigurable.Configure
[C#]
public override void Configure(
   XmlElement e
);
[C++]
public: void Configure(
   XmlElement* e
);
[JScript]
public override function Configure(
   XmlElement e
);

Parameters

e

Implements

IXmlConfigurable.Configure

See Also

StringLengthValidator Class | Portrate.Interview.Model.Validation Namespace