Representation of a phrase.
            
Inheritance Hierarchy
Apptus.ESales.ConnectorResultSuggestion
Apptus.ESales.ConnectorResultPhrase
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class Phrase : ResultSuggestion
The ResultPhrase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResultPhrase | Initializes a new instance of the ResultPhrase class  | 
Properties
| Name | Description | |
|---|---|---|
| Rank | 
             The rank of this suggestion.
              (Inherited from ResultSuggestion.) | |
| Relevance | 
             The relevance of this suggestion.
              (Inherited from ResultSuggestion.) | |
| Text | 
             The text of this suggestion.
              (Inherited from ResultSuggestion.) | |
| Ticket | 
             The ticket of this suggestion.
              (Inherited from ResultSuggestion.) | 
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