A result having the phrases format.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultSuggestions
Apptus.ESales.ConnectorResultPhrases
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Phrases : ResultSuggestions, IEnumerable<ResultPhrase>, IEnumerable
The ResultPhrases type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultPhrases | Initializes a new instance of the ResultPhrases class |
Properties
Name | Description | |
---|---|---|
![]() | IsEmpty | True if this result is empty.
|
![]() | PhraseList |
A read only list of the phrases in the result.
|
![]() | Size |
The number of phrases found in the result.
|
![]() | Type |
The result type of this result.
(Overrides ResultType.) |
Methods
Name | Description | |
---|---|---|
![]() | AddSuggestion | (Overrides ResultSuggestionsAddSuggestion(String, Int32, Double, String).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Get an enumeration of the phrases.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also