Representation of a result from calling the eSales count_products web service function.
            
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultCount
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class Count : Result
The ResultCount type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | ResultCount | Initializes a new instance of the ResultCount class | 
Properties
| Name | Description | |
|---|---|---|
|  | Type | 
             The result type of this result.
            (Overrides ResultType.) | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetCount | 
             Get the count.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | SetCount | |
|  | ToString | (Inherited from Object.) | 
See Also