ldj/codeSmith/WcfServiceSvc.cst

14 lines
730 B
Plaintext

<%@ CodeTemplate Language="C#" TargetLanguage="Text" Description="This template demonstrates using properties defined in external assemblies." %>
<%@ Property Name="SourceDatabase" Type="SchemaExplorer.DatabaseSchema" Category="Context" Description="Database that the documentation should be based on." %>
<%@ Property Name="SourceTable" Type="SchemaExplorer.TableSchema" Category="Context" Description="The table to use for this sample." %>
<%@ Assembly Name="SchemaExplorer" %>
<%@ Import Namespace="SchemaExplorer" %>
<script runat="template">
<!-- #include file="scripts.cs" -->
</script>
< %@ ServiceHost Language="C#" Debug="true" Service="DeiNiu.Wcf.<%=getTableName()%>" CodeBehind="<%=getTableName()%>.svc.cs" %>