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

SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultSuggestions
      Apptus.ESales.ConnectorResultCorrections

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

C#
public class Corrections : ResultSuggestions, 
	IEnumerable<ResultCorrection>, IEnumerable

The ResultCorrections type exposes the following members.

Constructors

  NameDescription
Public methodResultCorrections
Initializes a new instance of the ResultCorrections class
Top
Properties

  NameDescription
Public propertyCorrectionList
A read only list of the corrections in the result.
Public propertyIsEmpty
True if this result is empty.
Public propertySize
The number of corrections 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 corrections.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference