[]
Initializes a new instance of the MaskPatternFieldInfo class.
public MaskPatternFieldInfo()
Public Sub New()
Initializes a new instance of the MaskPatternFieldInfo class.
public MaskPatternFieldInfo(string pattern, int minLength, int maxLength)
Public Sub New(pattern As String, minLength As Integer, maxLength As Integer)
Type | Name | Description |
---|---|---|
string | pattern | A string value indicates the pattern. |
int | minLength | An int value indicates the minimum length. |
int | maxLength | An int value indicates the maximum length. |
Initializes a new instance of this class.
protected MaskPatternFieldInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |