Click or drag to resize
DataTypeCodeGenerator Class
Class representing implementation of generating code for single field data type FieldDataType.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineDataTypeCodeGenerator

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax
C#
public class DataTypeCodeGenerator

The DataTypeCodeGenerator type exposes the following members.

Constructors
  NameDescription
Public methodDataTypeCodeGenerator
Creates instance of a DataTypeCodeGenerator class for single data type.
Top
Properties
  NameDescription
Public propertyDataTypeNameRetriever
Function retrieving generated data type name.
Public propertyDefaultValueRetriever
Function retrieving default value of a given type.
Public propertySummaryRetriever
Function retrieving text used in summary comment section.
Public propertyUsingsRetriever
Function retrieving a list of namespaces used in using statements.
Public propertyValidationHelperMethodNameRetriever
Function retrieving name of method from ValidationHelper used for retrieving value of a given type.
Top
See Also