Method | Description | |
---|---|---|
ActiveRecordFacility ( ) : System |
Initializes a new instance of the ActiveRecordFacility class.
|
|
ActiveRecordFacility ( bool skipARInitialization ) : System |
Initializes a new instance of the ActiveRecordFacility class.
|
|
ActiveRecordFacility ( bool skipARInitialization, bool skipATransactionSetup ) : System |
Initializes a new instance of the ActiveRecordFacility class.
|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs the tasks associated with freeing, releasing, or resetting the facility resources. It can be overriden. |
|
Init ( ) : void |
The custom initialization for the Facility. It must be overriden. |
Method | Description | |
---|---|---|
InitializeFramework ( |
||
Kernel_ComponentCreated ( |
||
ObtainAssembly ( String assemblyName ) : |
||
OnNewTransaction ( object sender, Castle.Services.Transaction.TransactionEventArgs e ) : void | ||
OnRootTypeRegistered ( object sender, |
||
OnSessionFactoryHolderCreated ( Castle holder ) : void | ||
SetUpTransactionManager ( ) : void |
public ActiveRecordFacility ( bool skipARInitialization ) : System | ||
skipARInitialization | bool | |
return | System |
public ActiveRecordFacility ( bool skipARInitialization, bool skipATransactionSetup ) : System | ||
skipARInitialization | bool | |
skipATransactionSetup | bool | |
return | System |