IContentItemCodeFileGenerator Interface |
Namespace: CMS.FormEngine
public interface IContentItemCodeFileGenerator
Name | Description | |
---|---|---|
GenerateFiles(DataClassInfo, String) |
Creates classes for the specified data classes and saves them to files within the specified folder using naming conventions.
| |
GenerateFiles(IEnumerableDataClassInfo, String) |
Creates classes for the specified data class and saves them to files within the specified folder using naming conventions.
Code files are created only for supported data classes, i.e. page types, products, custom tables and forms.
|