Click or drag to resize

EventLogEntryData Class

A view of log entry used for reporting only
Inheritance Hierarchy
SystemObject
  LogEntry
    Omada.OE.ModelEventLogEntryData

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class EventLogEntryData : LogEntry

The EventLogEntryData type exposes the following members.

Constructors
  NameDescription
Public methodEventLogEntryData
Top
Properties
  NameDescription
Public propertyCategory (Inherited from LogEntry.)
Public propertyComponent (Inherited from LogEntry.)
Public propertyContext (Inherited from LogEntry.)
Public propertyContextId (Inherited from LogEntry.)
Public propertyCorrelationId (Inherited from LogEntry.)
Public propertyDateTime (Inherited from LogEntry.)
Public propertyElapsedTime (Inherited from LogEntry.)
Public propertyEvent (Inherited from LogEntry.)
Public propertyEventId (Inherited from LogEntry.)
Public propertyException (Inherited from LogEntry.)
Public propertyHostName (Inherited from LogEntry.)
Public propertyLayer (Inherited from LogEntry.)
Public propertyLevel (Inherited from LogEntry.)
Public propertyLocation (Inherited from LogEntry.)
Public propertyMayContainPII (Inherited from LogEntry.)
Public propertyMessage (Inherited from LogEntry.)
Public propertyMetaData (Inherited from LogEntry.)
Public propertyTenantId (Inherited from LogEntry.)
Public propertyUserId (Inherited from LogEntry.)
Public propertyUsername (Inherited from LogEntry.)
Top
Methods
  NameDescription
Public methodStatic memberGetFromLogEntry
Returns an instance of the class based on existing log entry object
Public methodToString (Inherited from LogEntry.)
Top
Fields
  NameDescription
Public fieldExceptionDetails
If log entry contains an exception the field should present its details.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also