Click or drag to resize
ResultCategoryList Class
Represents a result having the CategoryList format, which is a list of CategoryData objects.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultCategoryList

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class CategoryList : Result, 
	IEnumerable<ResultCategoryData>, IEnumerable

The ResultCategoryList type exposes the following members.

Properties
  NameDescription
Public propertyIsEmpty
True if there were no categories in this result.
Public propertyList
Public propertySize
The number of categories found in the reply
Public propertyType
The result type of this result.
(Overrides ResultType.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the categories.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberMock
Public methodToString (Inherited from Object.)
Top
See Also