JAMS Developer Guide
ValidationType Enumeration


MVPSI.JAMS Namespace : ValidationType Enumeration
ValidationType defines the type of validation performed on a parameter value.
Syntax
'Declaration
 
Public Enum ValidationType 
   Inherits System.Enum
'Usage
 
Dim instance As ValidationType
public enum ValidationType : System.Enum 
Members
MemberDescription
DirectoryGuides the user in selection of an existing directory.
MaskedEditInterprets the Validation data as a Mask for the Windows MaskedTextBox control.
NoneNone - only data type valiation is performed
OpenFileGuides the user in selection of an input file.
RangeInterprets the Validation data as a comma separated list of a lower and upper bound.
RegexInterprets the Validation data a a regular expression which the input must match.
SaveFileGuides the user in selection of an output file.
SelectInterprets the Validation data as a comma separated list of valid values. These values are presented in a combobox.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ValidationType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace