Class AuditLogQueryModel
This class contains parameters passed to the query for filtering.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Logging
Assembly: Vasont.Publisher.Models.dll
Syntax
public class AuditLogQueryModel : PaginatedQueryRequestModel
Properties
| Improve this Doc View SourceEndDate
Gets or sets the end date of the paged query.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Events
Gets or sets the events.
Declaration
public List<AuditEvent> Events { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AuditEvent> | The events. |
Results
Gets or sets the results.
Declaration
public List<AuditResult> Results { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AuditResult> | The results. |
SearchText
Gets or sets the search text of the paged query.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Gets or sets the start date of the paged query.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |