C# 클래스 Efmap.Bootstrap.DbInitializer

파일 보기 프로젝트 열기: rhwy/EFMap

공개 메소드들

메소드 설명
AddCommand ( string command ) : void
AddCommands ( IEnumerable commands ) : void
GetCommands ( string separator = "" ) : SortedSet
InitializeDatabase ( Database db ) : void

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( string command ) : void
command string
리턴 void

AddCommands() 공개 메소드

public AddCommands ( IEnumerable commands ) : void
commands IEnumerable
리턴 void

GetCommands() 공개 메소드

public GetCommands ( string separator = "" ) : SortedSet
separator string
리턴 SortedSet

InitializeDatabase() 공개 메소드

public InitializeDatabase ( Database db ) : void
db Database
리턴 void