1BusinessObject.cst 实体类生成模板<%-- 
 2BusinessObject.cst 实体类生成模板Name:实体类生成模板
 3BusinessObject.cst 实体类生成模板Author: 吴碧宇
 4BusinessObject.cst 实体类生成模板Description: 根据数据库中的表生成一个实体类
 5BusinessObject.cst 实体类生成模板--%>
 6BusinessObject.cst 实体类生成模板<%@ CodeTemplate Language="C#" ResponseEncoding="UTF-8" TargetLanguage="Text" Src="Helper.cs" Inherits="Helper" Debug="False" Description="Template description here." %>
 7BusinessObject.cst 实体类生成模板<%-- 程序集--%>
 8BusinessObject.cst 实体类生成模板<%@ Assembly Name="System.Data" %>
 9BusinessObject.cst 实体类生成模板<%@ Assembly Name="SchemaExplorer" %>
10BusinessObject.cst 实体类生成模板<%@ Assembly Name="CodeSmith.CustomProperties" %>
11BusinessObject.cst 实体类生成模板<%@ Assembly Name="CodeSmith.BaseTemplates" %>
12BusinessObject.cst 实体类生成模板<%--导入命名空间 --%>
13BusinessObject.cst 实体类生成模板<%@ Import Namespace="System.Data" %>
14BusinessObject.cst 实体类生成模板<%@ Import Namespace="System.Text" %>
15BusinessObject.cst 实体类生成模板<%@ Import Namespace="SchemaExplorer" %>
16BusinessObject.cst 实体类生成模板<%--定义属性 --%>
17BusinessObject.cst 实体类生成模板<%@ Property Name="NameSpace" Type="System.String" Default="" Optional="False" Category="命名空间" Description="当前生成实体类的命名空间"  %>
18BusinessObject.cst 实体类生成模板<%@ Property Name="Table" Type="SchemaExplorer.TableSchema" Default="" Optional="False" Category="数据库表对象" Description="实体类对应的表对象" Editor="" EditorBase="" Serializer="" %>
19BusinessObject.cst 实体类生成模板using System;
20BusinessObject.cst 实体类生成模板using System.Collections.Generic;
21BusinessObject.cst 实体类生成模板using System.Text;
22BusinessObject.cst 实体类生成模板
23BusinessObject.cst 实体类生成模板namespace <%=NameSpace%>.Framework
24>

相关文章: