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

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
idType string
schemaName string
tableName string

Méthodes publiques

Méthode 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 méthode

public static Call ( Arebis _host, string idType, string schemaName, string tableName ) : void
_host Arebis
idType string
schemaName string
tableName string
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

IdGeneratorHbm() public méthode

public IdGeneratorHbm ( Arebis _host, string idType, string schemaName, string tableName ) : System
_host Arebis
idType string
schemaName string
tableName string
Résultat System

Property Details

idType protected_oe property

protected string idType
Résultat string

schemaName protected_oe property

protected string schemaName
Résultat string

tableName protected_oe property

protected string tableName
Résultat string