C# Класс Zetbox.DalProvider.NHibernate.Generator.Templates.Mappings.IdGeneratorHbm

Наследование: Zetbox.Generator.ResourceTemplate
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
idType string
schemaName string
tableName string

Открытые методы

Метод Описание
Call ( Arebis _host, string idType, string schemaName, string tableName ) : void
Generate ( ) : void
IdGeneratorHbm ( Arebis _host, string idType, string schemaName, string tableName ) : System

Описание методов

Call() публичный статический Метод

public static Call ( Arebis _host, string idType, string schemaName, string tableName ) : void
_host Arebis
idType string
schemaName string
tableName string
Результат void

Generate() публичный Метод

public Generate ( ) : void
Результат void

IdGeneratorHbm() публичный Метод

public IdGeneratorHbm ( Arebis _host, string idType, string schemaName, string tableName ) : System
_host Arebis
idType string
schemaName string
tableName string
Результат System

Описание свойств

idType защищенное свойство

protected string idType
Результат string

schemaName защищенное свойство

protected string schemaName
Результат string

tableName защищенное свойство

protected string tableName
Результат string