Table of Contents

Class CompoundFilter

Namespace
Glitch9.AIDevKit

Combine multiple filters using and or or.

public class CompoundFilter : IFileSearchFilter
Inheritance
object
CompoundFilter
Implements

Properties

Filters

Required. Array of filters to combine. Items can be ComparisonFilter or CompoundFilter.

public List<IFileSearchFilter> Filters { get; set; }

Property Value

List<IFileSearchFilter>

Type

Required. Type of operation: and or or.

public CompoundType Type { get; set; }

Property Value

CompoundType