C# 클래스 JPB.DataAccess.EntityCreator.Core.SharedMethods

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

공개 프로퍼티들

프로퍼티 타입 설명
Logger ILogger

공개 메소드들

메소드 설명
AutoAlignNames ( IEnumerable tableNames ) : void
CheckOrAlterName ( string name ) : string
CompileTable ( ITableInfoModel tableInfoModel, IMsSqlCreator sourceCreator, Stream to = null ) : void

메소드 상세

AutoAlignNames() 공개 정적인 메소드

public static AutoAlignNames ( IEnumerable tableNames ) : void
tableNames IEnumerable
리턴 void

CheckOrAlterName() 공개 정적인 메소드

public static CheckOrAlterName ( string name ) : string
name string
리턴 string

CompileTable() 공개 정적인 메소드

public static CompileTable ( ITableInfoModel tableInfoModel, IMsSqlCreator sourceCreator, Stream to = null ) : void
tableInfoModel ITableInfoModel
sourceCreator IMsSqlCreator
to Stream
리턴 void

프로퍼티 상세

Logger 공개적으로 정적으로 프로퍼티

public static ILogger Logger
리턴 ILogger