C# 클래스 Southwind.Logic.Starter.CustomSchemaBuilder

상속: SchemaBuilder
파일 보기 프로젝트 열기: signumsoftware/southwind

공개 프로퍼티들

프로퍼티 타입 설명
InLogDatabase System.Type[]
LogDatabaseName string

공개 메소드들

메소드 설명
GenerateTableName ( Type type, TableNameAttribute tn ) : ObjectName
GenerateTableNameCollection ( Table table, NameSequence name, TableNameAttribute tn ) : ObjectName

비공개 메소드들

메소드 설명
GetDatabaseName ( Type type ) : DatabaseName
GetSchemaName ( Type type ) : SchemaName
GetSchemaNameName ( Type type ) : string

메소드 상세

GenerateTableName() 공개 메소드

public GenerateTableName ( Type type, TableNameAttribute tn ) : ObjectName
type System.Type
tn TableNameAttribute
리턴 ObjectName

GenerateTableNameCollection() 공개 메소드

public GenerateTableNameCollection ( Table table, NameSequence name, TableNameAttribute tn ) : ObjectName
table Signum.Engine.Maps.Table
name Signum.Engine.Maps.NameSequence
tn TableNameAttribute
리턴 ObjectName

프로퍼티 상세

InLogDatabase 공개적으로 프로퍼티

public Type[],System InLogDatabase
리턴 System.Type[]

LogDatabaseName 공개적으로 프로퍼티

public string LogDatabaseName
리턴 string