|
AuthenticationService
v0.2.0
|
A wrapper that composes the command classes in order to be usable with NHibernate specific classes. More...
Public Member Functions | |
| HibernateCommandWrapper () | |
| void | Execute () |
| Provides the NHibernate specific components for a command and executes it. More... | |
Static Public Member Functions | |
| static void | ConfigureParser (ArgumentsParser parser) |
| Adds the NHibernate specific arguments to the arguments parser. More... | |
Properties | |
| String | ConfigPath [get, set] |
| The path to the NHibernate configuration file. More... | |
| Command | Command [get, set] |
| The command that is wrapped. More... | |
A wrapper that composes the command classes in order to be usable with NHibernate specific classes.
| Joutsen.AuthenticationControl.HibernateCommandWrapper.HibernateCommandWrapper | ( | ) |
|
static |
Adds the NHibernate specific arguments to the arguments parser.
| void Joutsen.AuthenticationControl.HibernateCommandWrapper.Execute | ( | ) |
Provides the NHibernate specific components for a command and executes it.
|
getset |
The command that is wrapped.
|
getset |
The path to the NHibernate configuration file.
1.8.13