Base class for suggestions as returned by eSales. Current suggestion classes are ResultCorrections and ResultCompletions.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultSuggestions
Apptus.ESales.ConnectorResultCompletions
Apptus.ESales.ConnectorResultCorrections
Apptus.ESales.ConnectorResultPhrases
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public abstract class Suggestions : Result
The ResultSuggestions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultSuggestions | Initializes a new instance of the ResultSuggestions class |
Properties
Name | Description | |
---|---|---|
![]() | Type |
The result type of this result.
(Inherited from Result.) |
Methods
Name | Description | |
---|---|---|
![]() | AddSuggestion | |
![]() | 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