Filters types to apply to object queries.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public enum FilterType
Visual Basic
Public Enumeration FilterType

Members

Member nameValueDescription
Prefix0 Searches for values that begin with the search parameter.
Contains2Searches for values that contain the search parameter.
Exact3Searches for values that match the search parameter exactly.

See Also