Base class for a representation of a suggestion as returned by eSales, current suggestion classes are ResultCorrection and ResultCompletion
Inheritance Hierarchy
Apptus.ESales.ConnectorResultSuggestion
Apptus.ESales.ConnectorResultCompletion
Apptus.ESales.ConnectorResultCorrection
Apptus.ESales.ConnectorResultPhrase
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public abstract class Suggestion
The ResultSuggestion type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResultSuggestion | Initializes a new instance of the ResultSuggestion class |
Properties
| Name | Description | |
|---|---|---|
| Rank |
The rank of this suggestion.
| |
| Relevance |
The relevance of this suggestion.
| |
| Text |
The text of this suggestion.
| |
| Ticket |
The ticket of this suggestion.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also