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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.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.
Public propertyTextLength
Defines maximal length of string value.
Top
Methods
  NameDescription
Public methodGetValidationResult
Checks if value matches field's data type.
Public methodValidateDataType Obsolete.
Checks if value matches field's data type.
Top
See Also