C# 클래스 Zetbox.DalProvider.NHibernate.Generator.Templates.Mappings.IdGeneratorHbm

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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