ResultCompletions ClassA Sandcastle Documented Class Library
Representation of a Autocomplete result as returned by eSales.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultSuggestions
      Apptus.ESales.ConnectorResultCompletions

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

C#
public class Completions : ResultSuggestions, 
	IEnumerable<ResultCompletion>, IEnumerable

The ResultCompletions type exposes the following members.

Constructors

  NameDescription
Public methodResultCompletions
Initializes a new instance of the ResultCompletions class
Top
Properties

  NameDescription
Public propertyCompletionList
A read only list of the completions of this result.
Public propertyIsEmpty
True if there were no completions in the result.
Public propertySize
The number of completions found in the reply
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 completions.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference