| ResultCategory Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Apptus.ESales.Connector
 Syntax
Syntaxpublic abstract class Category : Result, IEnumerable<ResultAttribute>, IEnumerable
The ResultCategory type exposes the following members.
 Properties
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
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
Fields| Name | Description | |
|---|---|---|
|  | _attributes | 
 See Also
See Also