C# Class Simple.Generator.TableTemplateBase

Inheritance: Simple.NVelocity.SimpleTemplate, ITableTemplate
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
As ( string type ) : ITableTemplate
Create ( DbTable table ) : void
Delete ( string className ) : void
SetOverwrite ( bool value ) : ITableTemplate
TableTemplateBase ( string template ) : System
Target ( ProjectFileWriter project, string file ) : ITableTemplate

Méthodes protégées

Méthode Description
GetConventions ( ) : ITableConventions
SetTemplate ( DbTable table ) : void

Method Details

As() public méthode

public As ( string type ) : ITableTemplate
type string
Résultat ITableTemplate

Create() public méthode

public Create ( DbTable table ) : void
table Simple.Metadata.DbTable
Résultat void

Delete() public méthode

public Delete ( string className ) : void
className string
Résultat void

GetConventions() protected abstract méthode

protected abstract GetConventions ( ) : ITableConventions
Résultat ITableConventions

SetOverwrite() public méthode

public SetOverwrite ( bool value ) : ITableTemplate
value bool
Résultat ITableTemplate

SetTemplate() protected abstract méthode

protected abstract SetTemplate ( DbTable table ) : void
table Simple.Metadata.DbTable
Résultat void

TableTemplateBase() public méthode

public TableTemplateBase ( string template ) : System
template string
Résultat System

Target() public méthode

public Target ( ProjectFileWriter project, string file ) : ITableTemplate
project ProjectFileWriter
file string
Résultat ITableTemplate