LogEntriesLoadOptions Class | 
Namespace: Omada.OE.Model
public class LogEntriesLoadOptions
The LogEntriesLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| LogEntriesLoadOptions | 
| Name | Description | |
|---|---|---|
| FromDate | 
            Only load log entries that happened on or after this datetime
              | |
| MaxEntries | 
            Number of entries to retrieve
              | |
| SearchString | 
            Search string which will be applied to all columns in the event log entries
              | |
| ToDate | 
            Only load log entries that happened on or before this datetime
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |