Showing related tags and posts accross the entire site.
-
Hi all, I am using Nhibernate.class.cst ,provided in Code Smith Template at NHibernate folder. . With this I am able to generate my class structure for my single class. I have written one generic Master Template and included this Nhibernate.class.cst as child. So that it will gnerate class sturture for...
-
Does anyone know of a way to differentiate between a VarChar column and a Text column? The only way to determine column type seems to be comparing [columnObject].SystemType with TypeOf(System.[TypeName]), like this... if (column.SystemType == TypeOf(System.String)) { // Do something here } This finds...
-
Hi! I'm a newbie inCodeSmitn, I started 2 week ago. I learned how to make templates whith the tutorials ,and made some templates to generate bases of DAL and BLL for an application. But i don't understand how to use it after: I explain: My templates are OK, they generate the code i want from one table...
-
I'm using a CodeSmith 4 project in my VSS Project, and I run the Generate step from the context menu and all goes well. However, my templates reference Enterprise Architect through COM, as I've written stuff to help me generate code with Codesmith/Enterprise Architect. When my generation process finishes...