C# Class Efmap.Bootstrap.DbInitializer

Afficher le fichier Open project: rhwy/EFMap

Méthodes publiques

Méthode Description
AddCommand ( string command ) : void
AddCommands ( IEnumerable commands ) : void
GetCommands ( string separator = "" ) : SortedSet
InitializeDatabase ( Database db ) : void

Method Details

AddCommand() public méthode

public AddCommand ( string command ) : void
command string
Résultat void

AddCommands() public méthode

public AddCommands ( IEnumerable commands ) : void
commands IEnumerable
Résultat void

GetCommands() public méthode

public GetCommands ( string separator = "" ) : SortedSet
separator string
Résultat SortedSet

InitializeDatabase() public méthode

public InitializeDatabase ( Database db ) : void
db Database
Résultat void