The base class for logging events to the database.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesEvent
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class Event
VB
Public Class Event
C++
public ref class Event
The Event type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Event | Initializes a new instance of the Event class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Log(EventType, String, String) | Logs a new user-defined event to the current database. |
![]() ![]() | Log(EventType, String, String, Database) | Logs a new user-defined event to the user-specified database. |