This element groups a set of Validator elements.

Element Information

Table 68 provides information about the ValidatorLibrary element.

Table 68. ValidatorLibrary Element Information

Attribute

Value

Number of occurrences

Zero or one within the DesignerConfig element (This element is optional if there are no custom validators in the DLL that correspond to this UDI Wizard Designer configuration file.)

Parent elements

DesignerConfig

Contents

Validator

 

Element Attributes

This element has no attributes.

Remarks

None.

Example

<DesignerConfig>

   + <TaskLibrary>

   - <ValidatorLibrary>

        +<Validator DLL="" Description="Requires text in a field" Type="Microsoft.Wizard.Validation.NonEmpty" Name="NonEmpty">

        +<Validator DLL="" Description="Doesn't allow certain characters to be in a field" Type="Microsoft.Wizard.Validation.InvalidChars" Name="InvalidChars">

        +<Validator DLL="" Description="Must follow a pre-defined pattern" Type="Microsoft.Wizard.Validation.RegEx" Name="NamedPattern">

        +<Validator DLL="" Description="Require the contents match a regular expression" Type="Microsoft.Wizard.Validation.RegEx" Name="RegEx">

     </ValidatorLibrary>

   + <DesignerMappings>

</DesignerConfig>


Related Topics

UDI Wizard Designer Configuration File Schema Reference