Click or drag to resize
DataTypeIntegrity Class
Provides check if given value matches field's data type.
Inheritance Hierarchy
SystemObject
  CMS.FormEngine.Web.UIDataTypeIntegrity

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class DataTypeIntegrity

The DataTypeIntegrity type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDecimalPrecision
Defines the maximum number of digits which are allowed for decimal value.
Public propertyDecimalScale
Defines the maximum number of decimal places which are allowed for decimal value.
Top
Methods
  NameDescription
Public methodValidateDataType
Checks if value matches field's data type.
Top
See Also