|
AuthenticationService
v0.2.0
|
A command that can be used to update the database tables. More...
Public Member Functions | |
| override void | Execute () |
| Executes the command's logic to update the database. More... | |
Static Public Member Functions | |
| static SubParser | CreateParser (SubParser parser) |
| 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... | |
| AuthenticationNHibernateSchema | Schema [get, set] |
| The schema for the authentication database. More... | |
A command that can be used to update the database tables.
|
static |
Creates a command line parser for use with the command.
|
virtual |
Executes the command's logic to update the database.
Implements Joutsen.AuthenticationControl.Command.
|
getset |
The schema for the authentication database.
|
getset |
Determines if the database is actually created or if only a scrip tis generated.
1.8.13