ResultCount ClassA Sandcastle Documented Class Library
Representation of a result from calling the eSales count_products web service function.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultCount

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

C#
public class Count : Result

The ResultCount type exposes the following members.

Constructors

  NameDescription
Public methodResultCount
Initializes a new instance of the ResultCount class
Top
Properties

  NameDescription
Public propertyType
The result type of this result.
(Overrides ResultType.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCount
Get the count.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetCount
Public methodToString (Inherited from Object.)
Top
See Also

Reference