for GdPicture.NET
XTractFlow.API.Document.Fields.Validation Namespace / RegexFieldValidationMethod Class
Members



In This Topic
    RegexFieldValidationMethod Class
    In This Topic
    Represents a regular expression-based field's validation method.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class RegexFieldValidationMethod 
    'Usage
     
    
    Dim instance As RegexFieldValidationMethod
    [Serializable()]
    public sealed class RegexFieldValidationMethod 
    [Serializable()]
    public ref class RegexFieldValidationMethod sealed 
    Inheritance Hierarchy

    System.Object
       XTractFlow.API.Document.Fields.Validation.RegexFieldValidationMethod

    See Also