Click or drag to resize

VGEventLogInstance Class

Manage of VGEventLog
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGEventLogInstance

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public sealed class VGEventLogInstance

The VGEventLogInstance type exposes the following members.

Methods
  NameDescription
Public methodAddCustomVGEventId
Create a custom VGEventId
Public methodClearLog(DateTime)
ClearLog by Date
Public methodClearLog(VGApplication)
ClearLog by VGApplication
Public methodClearLog(VGApplication, DateTime)
ClearLog by VGApplication and Date
Public methodDeleteCustomVGEventId
Delete a Custom VGEventId
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllCustomEventIds
Get All Custom VGEventIds
Public methodGetAllEventIds
Get All VGEventIds
Public methodGetAllEventLog
Get all Event log in VGRepository
Public methodGetAllEventLog(DateTime, DateTime)
Get all Event log between startDate and endDate
Public methodGetAllEventLog(VGEventLogArgs, Int32)
Public methodGetAllEventLog(DateTime, DateTime, Int32, Int32, Int32)
Public methodGetAllEventLog(DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Gets eventlogs.
Public methodGetAllEventLogByApplication(VGApplication)
Return
Public methodGetAllEventLogByApplication(VGApplication, DateTime, DateTime)
Get All EventLogs by Application
Public methodGetAllEventLogByApplication(VGApplication, DateTime, DateTime, Int32, Int32, Int32)
Public methodGetAllEventLogByApplication(VGApplication, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Public methodGetAllEventLogByCategory(VGLogCategory, DateTime, DateTime)
Get All EventLogs by Category
Public methodGetAllEventLogByCategory(VGApplication, VGLogCategory, DateTime, DateTime)
Get All EventLogs by Category and other parameters
Public methodGetAllEventLogByCategory(VGLogCategory, DateTime, DateTime, Int32, Int32, Int32)
Get All EventLogs by Category and other parameters
Public methodGetAllEventLogByCategory(VGApplication, VGLogCategory, DateTime, DateTime, Int32, Int32, Int32)
Get All EventLogs by Category and other parameters
Public methodGetAllEventLogByCategory(VGLogCategory, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Get All EventLogs by Category and other parameters
Public methodGetAllEventLogByCategory(VGApplication, VGLogCategory, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Get All EventLogs by Category and other parameters
Public methodGetAllEventLogByUsername(String, DateTime, DateTime)
Get All EventLogs by Username
Public methodGetAllEventLogByUsername(VGApplication, String, DateTime, DateTime)
Get All EventLogs by Username
Public methodGetAllEventLogByUsername(String, DateTime, DateTime, Int32, Int32, Int32)
Get All EventLogs by Username
Public methodGetAllEventLogByUsername(VGApplication, String, DateTime, DateTime, Int32, Int32, Int32)
Get All EventLogs by Username
Public methodGetAllEventLogByUsername(String, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Get All EventLogs by Username
Public methodGetAllEventLogByUsername(VGApplication, String, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Get All EventLogs by Username
Public methodGetAllPredefinedEventIds
Get All Predefined VGEventIds
Public methodGetAttributeValueT
Public methodGetEventIdFromId
Get VGEventId by Id
Public methodGetEventLogByEventId(VGEventId)
Return all VGEventLog by VGEventId
Public methodGetEventLogByEventId(VGEventId, VGApplication)
Return list of VGEventLog by eventId for one application
Public methodGetEventLogByEventId(VGEventId, DateTime, DateTime)
Return all VGEventLog by VGEventId,start date and end date
Public methodGetEventLogByEventId(VGEventId, VGApplication, DateTime, DateTime)
Return a list of VGEventLog by VGEventId , startDate and endDate for one VGApplication
Public methodGetEventLogByEventId(VGEventId, DateTime, DateTime, Int32, Int32, Int32)
Public methodGetEventLogByEventId(VGEventId, VGApplication, DateTime, DateTime, Int32, Int32, Int32)
Public methodGetEventLogByEventId(VGEventId, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Public methodGetEventLogByEventId(VGEventId, VGApplication, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Public methodGetEventLogBySeverity(TraceEventType)
Return all sevents by severity.
Public methodGetEventLogBySeverity(TraceEventType, VGApplication)
Return all sevents by severity and application.
Public methodGetEventLogBySeverity(TraceEventType, DateTime, DateTime)
Return all sevents by severity, start date and end date.
Public methodGetEventLogBySeverity(TraceEventType, VGApplication, DateTime, DateTime)
Return all sevents by severity, application, start date and end date.
Public methodGetEventLogBySeverity(TraceEventType, DateTime, DateTime, Int32, Int32, Int32)
Return all sevents by severity, start date and end date based on page index and page size.
Public methodGetEventLogBySeverity(TraceEventType, VGApplication, DateTime, DateTime, Int32, Int32, Int32)
Return all sevents by severity, application, start date and end date based on page index and page size.
Public methodGetEventLogBySeverity(TraceEventType, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Return all sevents by severity, start date and end date based on page index, page size, sort by and sort order.
Public methodGetEventLogBySeverity(TraceEventType, VGApplication, DateTime, DateTime, Int32, Int32, VGEventLogSortByColumnType, VGSortOrderType, Int32)
Return all sevents by severity, application, start date and end date based on page index, page size, sort by and sort order.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserAffected
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetVGEventId
Reset VGEventId works only for a Predefined VGEventId
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateVGEventId
Update VGEventId
Top
See Also