A class representing a category that holds only attribute information. In addition to its super class
             it also knows which tree it belongs to.
            
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultCategory
Apptus.ESales.ConnectorResultCategoryData
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class CategoryData : ResultCategory
The ResultCategoryData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | ResultCategoryData | Initializes a new instance of the ResultCategoryData class | 
Properties
| Name | Description | |
|---|---|---|
|  | DisplayName | 
            The display name of this category.
            (Inherited from ResultCategory.) | 
|  | Key | 
            The key of this category.
            (Inherited from ResultCategory.) | 
|  | Locale | 
             The locale of this category.
            (Inherited from ResultCategory.) | 
|  | ParentKey | 
            The parent key of this category.
            (Inherited from ResultCategory.) | 
|  | ProductCount | 
             The total number of products contained in this category. Will be -1 if not supported by the requested panel.
             (Inherited from ResultCategory.) | 
|  | Ticket | 
             The ticket of this category.
            (Inherited from ResultCategory.) | 
|  | Tree | 
             The tree name of this category, which is also the referencing product attribute.
             | 
|  | Type | 
             The result type of this result.
            (Inherited from ResultCategory.) | 
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.
            (Inherited from ResultCategory.) | 
|  | GetEnumerator | 
            Returns an enumerator that iterates through the attributes.
            (Inherited from ResultCategory.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | GetValue(String) | 
             Get the attribute with the specified (Inherited from ResultCategory.) name | 
|  | GetValue(String, String) | 
             Get the value of the attribute with the specified (Inherited from ResultCategory.) attributeName defaultValue | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | mock | 
             Create a new CategoryData object for testing purposes.
             | 
|  | ToString | (Inherited from Object.) | 
Fields
| Name | Description | |
|---|---|---|
|  | _attributes | (Inherited from ResultCategory.) | 
See Also