共用方式為


IDPSQueryObject Class

Definition

Will describe the query to run against the IDPS signatures DB

public class IDPSQueryObject
type IDPSQueryObject = class
Public Class IDPSQueryObject
Inheritance
IDPSQueryObject

Constructors

IDPSQueryObject()

Initializes a new instance of the IDPSQueryObject class.

IDPSQueryObject(IList<FilterItems>, String, OrderBy, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the IDPSQueryObject class.

Properties

Filters

Gets or sets contain all filters names and values

OrderBy

Gets or sets column to sort response by

ResultsPerPage

Gets or sets the number of the results to return in each page

Search

Gets or sets search term in all columns

Skip

Gets or sets the number of records matching the filter to skip

Methods

Validate()

Validate the object.

Applies to