Filters types to apply to object queries.
Namespace: ININ.IceLib.Configuration.DialerAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Prefix | 0 | Searches for values that begin with the search parameter. | |
| Contains | 2 | Searches for values that contain the search parameter. | |
| Exact | 3 | Searches for values that match the search parameter exactly. |