Click or drag to resize
EventLogHelper Methods

The EventLogHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEventText
Gets log event text from DataRow
Protected methodGetEventTextInternal
Gets log event text from DataRow
Public methodStatic memberGetEventTypeText
Returns user-friendly string for the given event type.
Protected methodGetEventTypeTextInternal
Returns user-friendly string for the given event type.
Public methodStatic memberGetFields
Gets the list of fields in the given object.
Protected methodGetFieldsInternal
Gets the list of fields in the given object.
Public methodStatic memberGetChangedFields
Gets the list of changed fields in the given object.
Protected methodGetChangedFieldsInternal
Gets the list of changed fields in the given object.
Public methodStatic memberLogDelete
Logs deletion of an object.
Protected methodLogDeleteInternal
Logs deletion of an object.
Public methodStatic memberLogEventToFile(EventLogInfo)
Logs the log object to file.
Public methodStatic memberLogEventToFile(String, String, String, String, String, Int32, String, Int32, String, String, Int32, String, String, String, DateTime)
Logs the query to file.
Protected methodLogEventToFileInternal(EventLogInfo)
Logs the log object to file.
Protected methodLogEventToFileInternal(String, String, String, String, String, Int32, String, Int32, String, String, Int32, String, String, String, DateTime)
Logs the query to file.
Public methodStatic memberLogInsert
Logs insertion of an object.
Protected methodLogInsertInternal
Logs insertion of an object.
Public methodStatic memberLogLastApplicationError
Logs the last application error.
Protected methodLogLastApplicationErrorInternal
Logs the last application error.
Public methodStatic memberLogUpdate
Logs update of an object.
Protected methodLogUpdateInternal
Logs update of an object.
Public methodStatic memberSendEmailNotification
Logs the query to file.
Protected methodSendEmailNotificationInternal
Logs the query to file.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also