Exemplo n.º 1
0
 public int DeleteAuditLogRecordsComplete()
 {
     return(AuditLog.DeleteAuditLogRecordsComplete());
 }
Exemplo n.º 2
0
 public int DeleteAuditLogRecords(int userId, int itemId, string itemName,
                                  DateTime startDate, DateTime endDate, int severityId, string sourceName, string taskName)
 {
     return(AuditLog.DeleteAuditLogRecords(userId, itemId, itemName, startDate, endDate, severityId, sourceName, taskName));
 }
Exemplo n.º 3
0
 public LogRecord GetAuditLogRecord(string recordId)
 {
     return(AuditLog.GetAuditLogRecord(recordId));
 }
Exemplo n.º 4
0
 public DataSet GetAuditLogTasks(string sourceName)
 {
     return(AuditLog.GetAuditLogTasks(sourceName));
 }
Exemplo n.º 5
0
 public DataSet GetAuditLogSources()
 {
     return(AuditLog.GetAuditLogSources());
 }
Exemplo n.º 6
0
 public DataSet GetAuditLogRecordsPaged(int userId, int packageId, int itemId, string itemName, DateTime startDate, DateTime endDate,
                                        int severityId, string sourceName, string taskName, string sortColumn, int startRow, int maximumRows)
 {
     return(AuditLog.GetAuditLogRecordsPaged(userId, packageId, itemId, itemName, startDate, endDate,
                                             severityId, sourceName, taskName, sortColumn, startRow, maximumRows));
 }