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

Public Member Functions

 ObjectDroppedEvent (DbObjectType objectType, ObjectName objectName)
 

Properties

DbObjectType ObjectType [get, private set]
 
ObjectName ObjectName [get, private set]
 

Detailed Description

Definition at line 22 of file ObjectDroppedEvent.cs.

Constructor & Destructor Documentation

Deveel.Data.Transactions.ObjectDroppedEvent.ObjectDroppedEvent ( DbObjectType  objectType,
ObjectName  objectName 
)
inline

Definition at line 23 of file ObjectDroppedEvent.cs.

23  {
24  ObjectType = objectType;
25  ObjectName = objectName;
26  }
Describes the name of an object within a database.
Definition: ObjectName.cs:44

Property Documentation

ObjectName Deveel.Data.Transactions.ObjectDroppedEvent.ObjectName
getprivate set

Definition at line 30 of file ObjectDroppedEvent.cs.

DbObjectType Deveel.Data.Transactions.ObjectDroppedEvent.ObjectType
getprivate set

Definition at line 28 of file ObjectDroppedEvent.cs.


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