Class FreeText
Used to manage freetext search.
Carrier object for FreeText. Services for the FreeText Carrier is available from the IFreeTextAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class FreeText : Carrier
Constructors
FreeText()
Default constructor
Declaration
public FreeText()
See Also
Properties
AutoEnableTravelAreas
Automatically enable freetext search for new travel areas
Declaration
public virtual bool AutoEnableTravelAreas { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
CountWords
Count of unique search words
Declaration
public virtual int CountWords { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
FreeTextEnabled
True if freetext search enabled
Declaration
public virtual bool FreeTextEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
LastGenerated
Last time search has been generated
Declaration
public virtual DateTime LastGenerated { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
MultiWordOperator
Starts with, contains or exact match
Declaration
public virtual FreeTextOperator MultiWordOperator { get; set; }
Property Value
Type | Description |
---|---|
FreeTextOperator |
See Also
Occurrences
Total count of search words
Declaration
public virtual int Occurrences { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
SingleWordOperator
Starts with, contains or exact match
Declaration
public virtual FreeTextOperator SingleWordOperator { get; set; }
Property Value
Type | Description |
---|---|
FreeTextOperator |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |