Mineplex2018-withcommit/Website/packages/MvcScaffolding.1.0.7/tools/Action/ViewModel.vb.t4

7 lines
344 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<#@ Template Language="VB" HostSpecific="True" Inherits="DynamicTransform" #>
<#@ Output Extension="vb" #>
<#= T4Scaffolding.Namespaces.BeginVb(Model.Namespace, Model.DefaultNamespace) #>
Public Class <#= Model.ClassName #>
' Add properties here
End Class
<#= T4Scaffolding.Namespaces.EndVb(Model.Namespace, Model.DefaultNamespace) #>