Show / Hide Table of Contents

Class AuditLogQueryModel

This class contains parameters passed to the query for filtering.

Inheritance
System.Object
PaginatedQueryRequestModel
AuditLogQueryModel
Inherited Members
PaginatedQueryRequestModel.Page
PaginatedQueryRequestModel.Limit
PaginatedQueryRequestModel.Sort
PaginatedQueryRequestModel.Dir
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 Source

EndDate

Gets or sets the end date of the paged query.

Declaration
public DateTime? EndDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

Events

Gets or sets the events.

Declaration
public List<AuditEvent> Events { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AuditEvent>

The events.

| Improve this Doc View Source

Results

Gets or sets the results.

Declaration
public List<AuditResult> Results { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AuditResult>

The results.

| Improve this Doc View Source

SearchText

Gets or sets the search text of the paged query.

Declaration
public string SearchText { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont