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

Inheritance: Zetbox.Generator.ResourceTemplate
显示文件 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_oe property

protected string idType
return string

schemaName protected_oe property

protected string schemaName
return string

tableName protected_oe property

protected string tableName
return string