Class StringSearchType
Enumeration that exposes what search types that are supported.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class StringSearchType : Enum
Fields
BeginsWith
1: The BeginsWith element searches for a string at the start of your searchable content.
Declaration
public const StringSearchType BeginsWith
Field Value
Type | Description |
---|---|
StringSearchType |
Contains
3: The Exact element searches for a string in searchable content.
Declaration
public const StringSearchType Contains
Field Value
Type | Description |
---|---|
StringSearchType |
EndsWith
2: The EndsWith element searches for a string at the end of your searchable content.
Declaration
public const StringSearchType EndsWith
Field Value
Type | Description |
---|---|
StringSearchType |
Exact
0: The Exact element searches for an exact string in your searchable content.
Declaration
public const StringSearchType Exact
Field Value
Type | Description |
---|---|
StringSearchType |
value__
Enumeration that exposes what search types that are supported.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)