Represents a result having the CategoryList format, which is a list of CategoryData objects.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultCategoryList
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class CategoryList : Result, IEnumerable<ResultCategoryData>, IEnumerable
The ResultCategoryList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsEmpty | True if there were no categories in this result.
| |
| List | ||
| Size |
The number of categories found in the reply
| |
| Type |
The result type of this result.
(Overrides ResultType.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the categories.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Mock | ||
| ToString | (Inherited from Object.) |
See Also