EventLogHelper Methods |
The EventLogHelper type exposes the following members.
Name | Description | |
---|---|---|
GetEventText |
Gets log event text from DataRow
| |
GetEventTextInternal |
Gets log event text from DataRow
| |
GetEventTypeText |
Returns user-friendly string for the given event type.
| |
GetEventTypeTextInternal |
Returns user-friendly string for the given event type.
| |
GetFields |
Gets the list of fields in the given object.
| |
GetFieldsInternal |
Gets the list of fields in the given object.
| |
GetChangedFields |
Gets the list of changed fields in the given object.
| |
GetChangedFieldsInternal |
Gets the list of changed fields in the given object.
| |
LogDelete |
Logs deletion of an object.
| |
LogDeleteInternal |
Logs deletion of an object.
| |
LogEventToFile(EventLogInfo) |
Logs the log object to file.
| |
LogEventToFile(String, String, String, String, String, Int32, String, Int32, String, String, Int32, String, String, String, DateTime) |
Logs the query to file.
| |
LogEventToFileInternal(EventLogInfo) |
Logs the log object to file.
| |
LogEventToFileInternal(String, String, String, String, String, Int32, String, Int32, String, String, Int32, String, String, String, DateTime) |
Logs the query to file.
| |
LogInsert |
Logs insertion of an object.
| |
LogInsertInternal |
Logs insertion of an object.
| |
LogLastApplicationError |
Logs the last application error.
| |
LogLastApplicationErrorInternal |
Logs the last application error.
| |
LogUpdate |
Logs update of an object.
| |
LogUpdateInternal |
Logs update of an object.
| |
SendEmailNotification |
Logs the query to file.
| |
SendEmailNotificationInternal |
Logs the query to file.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |