C# Класс 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.
Наследование: Deveel.Data.Diagnostics.Event, ITransactionEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
ObjectCreatedEvent ( ObjectName objectName, DbObjectType objectType ) : System

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

Описание методов

ObjectCreatedEvent() публичный Метод

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.
Результат System