Share via


FilterItems Class

Definition

Will contain the filter name and values to operate on

public class FilterItems
type FilterItems = class
Public Class FilterItems
Inheritance
FilterItems

Constructors

FilterItems()

Initializes a new instance of the FilterItems class.

FilterItems(String, IList<String>)

Initializes a new instance of the FilterItems class.

Properties

Field

Gets or sets the name of the field we would like to filter

Values

Gets or sets list of values to filter the current field by

Applies to