Click or drag to resize
ResultCategory Class
A common abstraction for the CategoryNode and CategoryData classes.
Inheritance Hierarchy

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

The ResultCategory type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
The display name of this category.
Public propertyKey
The key of this category.
Public propertyLocale
The locale of this category.
Public propertyParentKey
The parent key of this category.
Public propertyProductCount
The total number of products contained in this category. Will be -1 if not supported by the requested panel.
Public propertyTicket
The ticket of this category.
Public propertyType
The result type of this result.
(Overrides ResultType.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttribute
Get the attribute with the specified name or null if no such attribute exists for this category.
Public methodGetEnumerator
Returns an enumerator that iterates through the attributes.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValue(String)
Get the attribute with the specified
name
from this category or null if no such attribute exists.
Public methodGetValue(String, String)
Get the value of the attribute with the specified
attributeName
. The specified
defaultValue
will be returned if no such attribute exists.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodStatic memberParseAttributes
Protected methodStatic memberParseStandardAttributes
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_attributes
Top
See Also