Joutsen Persistence v0.3.0+1-ga730d6d
Public Member Functions | Properties | List of all members
Joutsen.Persistence.DatabaseInitializer.Command Class Referenceabstract

A base class for what the DatabaseInitializer can do. More...

Public Member Functions

abstract void Execute ()
 Runs the logic of the command. More...
 

Properties

bool Debug [get, set]
 Determines if the command is to be run in debug mode providing additional information. More...
 

Detailed Description

A base class for what the DatabaseInitializer can do.

Since
0.3.0

Member Function Documentation

◆ Execute()

abstract void Joutsen.Persistence.DatabaseInitializer.Command.Execute ( )
pure virtual

Property Documentation

◆ Debug

bool Joutsen.Persistence.DatabaseInitializer.Command.Debug
getset

Determines if the command is to be run in debug mode providing additional information.