Click or drag to resize
CodeGenerator Class
Helper for the code generation.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineCodeGenerator

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

The CodeGenerator type exposes the following members.

Constructors
  NameDescription
Public methodCodeGenerator
Top
Methods
  NameDescription
Public methodStatic memberGetPropertiesCode
Gets the C# code for the properties based on the given form information.
Public methodStatic memberGetPropertyCode
Gets the C# code for the property based on the given field.
Top
See Also