C# Class Deveel.Data.Transactions.TableRowEvent

Inheritance: Deveel.Data.Diagnostics.Event, ITableEvent
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
TableRowEvent ( int tableId, int rowNumber, TableRowEventType eventType ) : System

Méthodes protégées

Méthode Description
GetEventData ( object>.Dictionary data ) : void

Method Details

GetEventData() protected méthode

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
Résultat void

TableRowEvent() public méthode

public TableRowEvent ( int tableId, int rowNumber, TableRowEventType eventType ) : System
tableId int
rowNumber int
eventType TableRowEventType
Résultat System