All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
AuditEntriesFilter Class Reference

Filters the audit entries More...

Public Member Functions

 AuditEntriesFilter ()
 Initializes a new instance of the AuditEntriesFilter class. More...
 

Properties

AuditTypeCollection AuditTypes [get, set]
 Gets or sets the audit types. A collection of type AuditType containing various AuditEntryType values. More...
 
short Category [get, set]
 Gets or sets the category filter Refer AuditEntryCategory for possible values More...
 
DateTime FromDateTime [get, set]
 Gets or sets from datetime. Both date and time should be specified. For the time part, you can specify 12:00:00 AM to denote start of the day More...
 
short Level [get, set]
 Gets or sets the level filter Refer AuditEntryLevel for possible values More...
 
DateTime ToDate [get, set]
 Gets or sets to date. The timepart should be specified with 12:00:00 AM, otherwise entries of the next day's(next day of ToDate) will be retrieved too. More...
 

Description

Filters the audit entries

Constructor & Destructor Documentation

Initializes a new instance of the AuditEntriesFilter class.

Property Documentation

AuditTypeCollection AuditTypes
getset

Gets or sets the audit types. A collection of type AuditType containing various AuditEntryType values.

The audit types.

short Category
getset

Gets or sets the category filter Refer AuditEntryCategory for possible values

The category.

DateTime FromDateTime
getset

Gets or sets from datetime. Both date and time should be specified. For the time part, you can specify 12:00:00 AM to denote start of the day

From date.

short Level
getset

Gets or sets the level filter Refer AuditEntryLevel for possible values

The audit time.

DateTime ToDate
getset

Gets or sets to date. The timepart should be specified with 12:00:00 AM, otherwise entries of the next day's(next day of ToDate) will be retrieved too.

To date.