Class FreetextStatus
Cached status values - refreshed every 5 minutes
Inherited Members
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public class FreetextStatus
Constructors
FreetextStatus()
Cached status values - refreshed every 5 minutes
Declaration
public FreetextStatus()
Properties
AutoEnableTravelAreas
Automatically enable freetext search for new travel areas
Declaration
public bool AutoEnableTravelAreas { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CountWords
Count of unique search words
Declaration
public int CountWords { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FreeTextEnabled
UserPref 'Freetext' 'Enabled'
Declaration
public bool FreeTextEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsIndexerRunning
Is the freetxt indexer running now?
Declaration
public bool IsIndexerRunning { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LastGenerated
Last time search has been generated
Declaration
public DateTime LastGenerated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
MultiWordOperator
Starts with, contains or exact match
Declaration
public FreeTextOperator MultiWordOperator { get; set; }
Property Value
| Type | Description |
|---|---|
| FreeTextOperator |
Occurrences
Total count of search words
Declaration
public int Occurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SingleWordOperator
Starts with, contains or exact match
Declaration
public FreeTextOperator SingleWordOperator { get; set; }
Property Value
| Type | Description |
|---|---|
| FreeTextOperator |