C# Class Deveel.Data.Transactions.TableRowEvent

Inheritance: Deveel.Data.Diagnostics.Event, ITableEvent
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
TableRowEvent ( int tableId, int rowNumber, TableRowEventType eventType ) : System

Protected Methods

Method Description
GetEventData ( object>.Dictionary data ) : void

Method Details

GetEventData() protected method

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
return void

TableRowEvent() public method

public TableRowEvent ( int tableId, int rowNumber, TableRowEventType eventType ) : System
tableId int
rowNumber int
eventType TableRowEventType
return System