Click or drag to resize

ActivityLog Class

The class is used to populate tblActLog for webpage audit and statistics
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelActivityLog

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

The ActivityLog type exposes the following members.

Constructors
  NameDescription
Public methodActivityLog
Top
Properties
  NameDescription
Public propertyCreateTime
DateTime of execution start
Public propertyCustomerId
ID of Customer
Public propertyEndTime
DateTime of execution end
Public propertyIp
IP addess of remote peer
Public propertyPagePath
Path of the webpage
Public propertyQueryString
Request query string
Public propertyUserId
ID of the active user
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