Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

SmartCodeGenerator CTP2.1 with UI features for enum, stringcollection and mandatorystring.

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.

Published Thursday, December 07, 2006 6:52 PM by Shahed

Comments

No Comments

Anonymous comments are disabled