AuthenticationService  v0.2.0
Public Member Functions | Static Public Member Functions | Properties | List of all members
Joutsen.AuthenticationControl.UpdateTablesCommand Class Reference

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...
 

Detailed Description

A command that can be used to update the database tables.

Since
0.1.0

Member Function Documentation

◆ CreateParser()

static SubParser Joutsen.AuthenticationControl.UpdateTablesCommand.CreateParser ( SubParser  parser)
static

Creates a command line parser for use with the command.

◆ Execute()

override void Joutsen.AuthenticationControl.UpdateTablesCommand.Execute ( )
virtual

Executes the command's logic to update the database.

Implements Joutsen.AuthenticationControl.Command.

Property Documentation

◆ Schema

AuthenticationNHibernateSchema Joutsen.AuthenticationControl.UpdateTablesCommand.Schema
getset

The schema for the authentication database.

◆ SimulationOnly

bool Joutsen.AuthenticationControl.UpdateTablesCommand.SimulationOnly
getset

Determines if the database is actually created or if only a scrip tis generated.