Mercurial > pub > bltoolkit
view Source/Templates/BLT4Toolkit.ttinclude @ 1:8f65451dc28f
Исправлена проблема с фабрикой и выборкой нескольких объектов в linq выражении
author | cin |
---|---|
date | Fri, 28 Mar 2014 01:04:56 +0400 |
parents | f990fcb411a9 |
children |
line wrap: on
line source
<#@ include file="T4Toolbox.tt" #> <# var customToolNamespace = TransformationContext.FindProjectItem(Host.TemplateFile).Properties.Item("CustomToolNamespace").Value; if (customToolNamespace != null) Namespace = customToolNamespace.ToString(); if (string.IsNullOrEmpty(Namespace)) Namespace = TransformationContext.DefaultNamespace; if (string.IsNullOrEmpty(DataContextName)) DataContextName = System.IO.Path.GetFileNameWithoutExtension(Host.TemplateFile); #>