C# Class Deveel.Data.Transactions.ObjectCreatedEvent

An event fired when a database object of the given type is created during the lifetime of a transaction.
The object created is identified in a transaction by the given DbObjectType and its unique ObjectName.
Inheritance: Deveel.Data.Diagnostics.Event, ITransactionEvent
Exibir arquivo Open project: deveel/deveeldb

Public Methods

Method Description
ObjectCreatedEvent ( ObjectName objectName, DbObjectType objectType ) : System

Constructs a new event with the given object name and type.

Method Details

ObjectCreatedEvent() public method

Constructs a new event with the given object name and type.
/// If the given parameter passed is null. ///
public ObjectCreatedEvent ( ObjectName objectName, DbObjectType objectType ) : System
objectName ObjectName The that uniquely identify the /// object created.
objectType DbObjectType The of the object created.
return System