ResultPhrases ClassA Sandcastle Documented Class Library
A result having the phrases format.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultSuggestions
      Apptus.ESales.ConnectorResultPhrases

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class Phrases : ResultSuggestions, IEnumerable<ResultPhrase>, 
	IEnumerable

The ResultPhrases type exposes the following members.

Constructors

  NameDescription
Public methodResultPhrases
Initializes a new instance of the ResultPhrases class
Top
Properties

  NameDescription
Public propertyIsEmpty
True if this result is empty.
Public propertyPhraseList
A read only list of the phrases in the result.
Public propertySize
The number of phrases found in the result.
Public propertyType
The result type of this result.
(Overrides ResultType.)
Top
Methods

  NameDescription
Public methodAddSuggestion (Overrides ResultSuggestionsAddSuggestion(String, Int32, Double, String).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Get an enumeration of the phrases.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference