Proyecto Fin de Carrera 2011
The SessionManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BeginTransaction |
Inicio de la transacción
|
![]() | CloseSession |
Flushes anything left in the session and closes the connection.
|
![]() | CommitTransaction |
Aplica los cambios de la transacción activa
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetSession | |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | HasOpenTransaction |
Comprueba si existe una transacción activa
|
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | RegisterInterceptor |
Allows you to register an interceptor on a new session. This may not be called if there is already
an open session attached to the HttpContext. If you have an interceptor to be used, modify
the HttpModule to call this before calling BeginTransaction().
|
![]() | RollbackTransaction |
Anula los cambios de la transacción activa
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Instance |
This is a thread-safe, lazy singleton. See http://www.yoda.arachsys.com/csharp/singleton.html
for more details about its implementation.
|