您好,登錄后才能下訂單哦!
1,參照一下T4模版
2,賦值上面部分和下面部分公共函數
理解說明
--------------------------------引用命名空間模版
<#=codeStringGenerator.UsingDirectives(inHeader: false)#>
|
using System;
using System.Collections.Generic;
--------------------------------遍歷類型
foreach (var entity in typeMapper.GetItemsToGenerate<EntityType>(itemCollection))
--------------------------------類模版
<#=codeStringGenerator.EntityClassOpening(entity)#>
|
public partial class report_warehouse_Delivery
--------------------------------報名稱模版
<#=code.Escape(entity)#>
|
report_warehouse_Delivery
--------------------------------獲取屬性模版
<# var simpleProperties = typeMapper.GetSimpleProperties(entity);
if (simpleProperties.Any())
{
foreach (var edmProperty in simpleProperties)
{
#>
<#=codeStringGenerator.Property(edmProperty)#>
<#
}
}
#>
--------------------------------以多個類文件存在的類型
①在【遍歷類型】加上:
<# fileManager.StartNewFile(entity.Name + ".cs");#>
②在結尾加上:
<#fileManager.Process();#>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。