Class ScopedSystemEvent
Inheritance
ScopedSystemEvent
Assembly: SoDataBase.dll
Syntax
public class ScopedSystemEvent : IDisposable
Constructors
ScopedSystemEvent(SystemEventRow, bool)
Declaration
public ScopedSystemEvent(SystemEventRow row, bool isNew)
Parameters
Properties
IsNew
True if this is a new system event record.
False indicates that the event already existed
Declaration
public bool IsNew { get; }
Property Value
OnDispose
Do something extra on dispose. The event row is deleted before this call.
Declaration
public Action OnDispose { get; set; }
Property Value
Row
Declaration
public SystemEventRow Row { get; }
Property Value
Methods
Dispose()
Declaration
Implements
Extension Methods