Click or drag to resize

AttributesValidateHelper Constructor (IAttrType, String, TextBox, AttrStorageType)

Initializes a new instance of the AttributesValidateHelper class

Namespace:  PDTec.IceNet.Web.UI
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public AttributesValidateHelper(
	IAttrType pType,
	string oldValue,
	TextBox pControl,
	AttrStorageType storageType
)

Parameters

pType
Type: PDTec.IceNet.Core.ModelIAttrType
oldValue
Type: SystemString
pControl
Type: System.Web.UI.WebControlsTextBox
storageType
Type: PDTec.IceNet.Core.ModelAttrStorageType
See Also