C# Class Example.Project.Tools.Templates.Scaffold.TableTemplate

Inheritance: Simple.Generator.TableTemplateBase
Exibir arquivo Open project: juanplopes/simple

Public Methods

Method Description
TableTemplate ( string template ) : System

Protected Methods

Method Description
GetConventions ( ) : Simple.Generator.ITableConventions
SetTemplate ( Simple table ) : void

Private Methods

Method Description
MakeIdList ( DbTable table ) : string

Method Details

GetConventions() protected method

protected GetConventions ( ) : Simple.Generator.ITableConventions
return Simple.Generator.ITableConventions

SetTemplate() protected method

protected SetTemplate ( Simple table ) : void
table Simple
return void

TableTemplate() public method

public TableTemplate ( string template ) : System
template string
return System