[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskPatternFieldInfo.-ctor

MaskPatternFieldInfo Constructor

MaskPatternFieldInfo()

Initializes a new instance of the MaskPatternFieldInfo class.

Declaration
public MaskPatternFieldInfo()
Public Sub New()

MaskPatternFieldInfo(string, int, int)

Initializes a new instance of the MaskPatternFieldInfo class.

Declaration
public MaskPatternFieldInfo(string pattern, int minLength, int maxLength)
Public Sub New(pattern As String, minLength As Integer, maxLength As Integer)
Parameters
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.

MaskPatternFieldInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected MaskPatternFieldInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The information.

StreamingContext context

The context.