SmartCodegenerator CTP 2.1 includes 3 new UIProperties and now supports enum, StringCollection and ScMandatoryString.
You will notice the following additional nodes in the PropertyAndPropertyMaps.xml file.
<PropertyTypeAndUIPropertyMap>
<PropertyType>ScEnum</PropertyType>
<PropertyUI>ScEnumUIProperty.ascx</PropertyUI>
</PropertyTypeAndUIPropertyMap>
<PropertyTypeAndUIPropertyMap>
<PropertyType>SmartCodeGen.WebUtil.PropTypes.StringCollection</PropertyType>
<PropertyUI>ScStringCollectionUIProperty.ascx</PropertyUI>
</PropertyTypeAndUIPropertyMap>
<PropertyTypeAndUIPropertyMap>
<PropertyType>ScMandatoryStringProperty</PropertyType>
<PropertyUI>ScMandatoryStringUIProperty.ascx</PropertyUI>
</PropertyTypeAndUIPropertyMap>
Please download the latest CTP2.1 VisualStudioTemplates from CodePlex.