Udostępnij przez


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

Name Description
FilterItems()

Initializes a new instance of the FilterItems class.

FilterItems(String, IList<String>)

Initializes a new instance of the FilterItems class.

Properties

Name Description
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