Méthode | Description | |
---|---|---|
GetPath ( ILogger log ) : string |
Returns the seed script path from the config file (if available) or the default path.
|
|
GetScripts ( string setName ) : IEnumerable |
Returns a list of all the seed script file paths sorted by name.
|
|
SeedDirectory ( ) : System.Collections.Generic | ||
SeedDirectory ( IConfigurationManager configurationManager ) : System.Collections.Generic |
Méthode | Description | |
---|---|---|
VerifyAndCreatePath ( string path ) : void |
Verify the path exists and creates it if it's missing.
|
public GetScripts ( string setName ) : IEnumerable |
||
setName | string | |
Résultat | IEnumerable |
public SeedDirectory ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public SeedDirectory ( IConfigurationManager configurationManager ) : System.Collections.Generic | ||
configurationManager | IConfigurationManager | |
Résultat | System.Collections.Generic |