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

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

Detailed Description

A wrapper that composes the command classes in order to be usable with NHibernate specific classes.

Constructor & Destructor Documentation

◆ HibernateCommandWrapper()

Joutsen.AuthenticationControl.HibernateCommandWrapper.HibernateCommandWrapper ( )

Member Function Documentation

◆ ConfigureParser()

static void Joutsen.AuthenticationControl.HibernateCommandWrapper.ConfigureParser ( ArgumentsParser  parser)
static

Adds the NHibernate specific arguments to the arguments parser.

◆ Execute()

void Joutsen.AuthenticationControl.HibernateCommandWrapper.Execute ( )

Provides the NHibernate specific components for a command and executes it.

Property Documentation

◆ Command

Command Joutsen.AuthenticationControl.HibernateCommandWrapper.Command
getset

The command that is wrapped.

◆ ConfigPath

String Joutsen.AuthenticationControl.HibernateCommandWrapper.ConfigPath
getset

The path to the NHibernate configuration file.