C# Class Deveel.Data.Transactions.TransactionRegistry

Inheritance: IDisposable
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetEvents ( ) : IEnumerable

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
IEventRegistry ( IEvent e ) : void
RegisterEvent ( ITransactionEvent e ) : void
RegisterObjectCreated ( ObjectName objName ) : void
RegisterObjectDropped ( ObjectName objName ) : void
TouchTable ( int tableId ) : void
TransactionRegistry ( ITransactionContext context ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetEvents() public méthode

public GetEvents ( ) : IEnumerable
Résultat IEnumerable