ResultCorrection ClassA Sandcastle Documented Class Library
Representation of a correction.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResultSuggestion
    Apptus.ESales.ConnectorResultCorrection

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

C#
public class Correction : ResultSuggestion

The ResultCorrection type exposes the following members.

Constructors

  NameDescription
Public methodResultCorrection
Initializes a new instance of the ResultCorrection class
Top
Properties

  NameDescription
Public propertyRank
The rank of this suggestion.
(Inherited from ResultSuggestion.)
Public propertyRelevance
The relevance of this suggestion.
(Inherited from ResultSuggestion.)
Public propertyText
The text of this suggestion.
(Inherited from ResultSuggestion.)
Public propertyTicket
The ticket of this suggestion.
(Inherited from ResultSuggestion.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference