Click or drag to resize

SystemLogEntry Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelSystemLogEntry

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

The SystemLogEntry type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDateTime
Public propertyDescription
Public propertyExtraInfo
Extra info for a log entry. Can be used for example to hold the execution time of a web service call.
Public propertyId
Public propertySource
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also