C# 클래스 JPB.DataAccess.EntityCreator.MsSql.MsSqlCreator

상속: IMsSqlCreator
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 프로퍼티들

프로퍼티 타입 설명
Manager JPB.DataAccess.Manager.DbAccessLayer

공개 메소드들

메소드 설명
AutoAlignNames ( ) : void
Compile ( ) : void
CreateEntrys ( string connection, string outputPath, string database ) : void

비공개 메소드들

메소드 설명
CheckVersion ( ) : void
RenderCtorCompiler ( bool replaceExisting ) : void
RenderMenu ( ) : void
RenderMenuAction ( ) : void
RenderTableMenu ( ITableInfoModel selectedTable ) : void
SetCompilerHeader ( ) : void
SetConfigMethod ( ) : void
SetForgeinKeyDeclarationCreation ( ) : void
SetNamespace ( ) : void
SetRenderAutoCtor ( ) : void

메소드 상세

AutoAlignNames() 공개 메소드

public AutoAlignNames ( ) : void
리턴 void

Compile() 공개 메소드

public Compile ( ) : void
리턴 void

CreateEntrys() 공개 메소드

public CreateEntrys ( string connection, string outputPath, string database ) : void
connection string
outputPath string
database string
리턴 void

프로퍼티 상세

Manager 공개적으로 프로퍼티

public DbAccessLayer,JPB.DataAccess.Manager Manager
리턴 JPB.DataAccess.Manager.DbAccessLayer