DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Transactions.TableDroppedEvent Class Reference
Inheritance diagram for Deveel.Data.Transactions.TableDroppedEvent:
Deveel.Data.Transactions.ObjectDroppedEvent Deveel.Data.Transactions.ITableEvent Deveel.Data.Transactions.ITransactionEvent Deveel.Data.Transactions.ITransactionEvent

Public Member Functions

 TableDroppedEvent (int tableId, ObjectName tableName)
 
- Public Member Functions inherited from Deveel.Data.Transactions.ObjectDroppedEvent
 ObjectDroppedEvent (DbObjectType objectType, ObjectName objectName)
 

Properties

int TableId [get, private set]
 
- Properties inherited from Deveel.Data.Transactions.ObjectDroppedEvent
DbObjectType ObjectType [get, private set]
 
ObjectName ObjectName [get, private set]
 
- Properties inherited from Deveel.Data.Transactions.ITableEvent
int TableId [get]
 Gets the unique identifier of the table within the system. More...
 

Detailed Description

Definition at line 22 of file TableDroppedEvent.cs.

Constructor & Destructor Documentation

Deveel.Data.Transactions.TableDroppedEvent.TableDroppedEvent ( int  tableId,
ObjectName  tableName 
)
inline

Definition at line 23 of file TableDroppedEvent.cs.

24  : base(DbObjectType.Table, tableName) {
25  TableId = tableId;
26  }
DbObjectType
The kind of objects that can be handled by a database system and its managers
Definition: DbObjectType.cs:27

Property Documentation

int Deveel.Data.Transactions.TableDroppedEvent.TableId
getprivate set

Definition at line 28 of file TableDroppedEvent.cs.


The documentation for this class was generated from the following file: