A common abstraction for the CategoryNode and CategoryData classes.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultCategory
Apptus.ESales.ConnectorResultCategoryData
Apptus.ESales.ConnectorResultCategoryNode
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public abstract class Category : Result, IEnumerable<ResultAttribute>, IEnumerable
The ResultCategory type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DisplayName |
The display name of this category.
|
![]() | Key |
The key of this category.
|
![]() | Locale |
The locale of this category.
|
![]() | ParentKey |
The parent key of this category.
|
![]() | ProductCount |
The total number of products contained in this category. Will be -1 if not supported by the requested panel.
|
![]() | Ticket |
The ticket of this category.
|
![]() | Type |
The result type of this result.
(Overrides ResultType.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAttribute |
Get the attribute with the specified name or null if no such attribute exists for this category.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the attributes.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue(String) |
Get the attribute with the specified name |
![]() | GetValue(String, String) | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ParseAttributes | |
![]() ![]() | ParseStandardAttributes | |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _attributes |
See Also