Representation of a find_corrections result as returned by eSales.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultSuggestions
Apptus.ESales.ConnectorResultCorrections
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Corrections : ResultSuggestions, IEnumerable<ResultCorrection>, IEnumerable
The ResultCorrections type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultCorrections | Initializes a new instance of the ResultCorrections class |
Properties
Name | Description | |
---|---|---|
![]() | CorrectionList |
A read only list of the corrections in the result.
|
![]() | IsEmpty | True if this result is empty.
|
![]() | Size |
The number of corrections 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 corrections.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also