|
AuthenticationService v0.3.0+7-g8a7f190
|
A command that can be used to update the database tables. More...
Public Member Functions | |
| UpdateTablesCommand (IServiceProvider services) | |
| The schema for the authentication database. More... | |
| override void | Execute () |
| Executes the command's logic to update the database. More... | |
Static Public Member Functions | |
| static SubParser< UpdateTablesCommand > | CreateParser (SubParser parser, IServiceProvider services) |
| Creates a command line parser for use with the command. More... | |
Properties | |
| bool | SimulationOnly [get, set] |
| Determines if the database is actually created or if only a scrip tis generated. More... | |
A command that can be used to update the database tables.
| Joutsen.AuthenticationControl.UpdateTablesCommand.UpdateTablesCommand | ( | IServiceProvider | services | ) |
The schema for the authentication database.
|
static |
Creates a command line parser for use with the command.
| override void Joutsen.AuthenticationControl.UpdateTablesCommand.Execute | ( | ) |
Executes the command's logic to update the database.
|
getset |
Determines if the database is actually created or if only a scrip tis generated.