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 attempt to free resources and perform other cleanup operations before the Object 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 methodGetAllEventLogByApplication(VGApplication)
Return
Public methodGetAllEventLogByApplication(VGApplication, DateTime, DateTime)
Get All EventLogs by Application
Public methodGetAllEventLogByApplication(VGApplication, DateTime, DateTime, Int32, Int32, 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 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 methodGetAllPredefinedEventIds
Get All Predefined VGEventIds
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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

See Also