C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.Mappings.IdGeneratorHbm

Inheritance: Zetbox.Generator.ResourceTemplate
Show file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
idType string
schemaName string
tableName string

Public Methods

Method Description
Call ( Arebis _host, string idType, string schemaName, string tableName ) : void
Generate ( ) : void
IdGeneratorHbm ( Arebis _host, string idType, string schemaName, string tableName ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, string idType, string schemaName, string tableName ) : void
_host Arebis
idType string
schemaName string
tableName string
return void

Generate() public method

public Generate ( ) : void
return void

IdGeneratorHbm() public method

public IdGeneratorHbm ( Arebis _host, string idType, string schemaName, string tableName ) : System
_host Arebis
idType string
schemaName string
tableName string
return System

Property Details

idType protected property

protected string idType
return string

schemaName protected property

protected string schemaName
return string

tableName protected property

protected string tableName
return string