Click or drag to resize
Result.CategoryData Class
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
System.Object
  Apptus.ESales.Connector.Result
    Apptus.ESales.Connector.Result.Category
      Apptus.ESales.Connector.Result.CategoryData

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class CategoryData : Result.Category

The Result. CategoryData type exposes the following members.

Constructors
  NameDescription
Public methodResult.CategoryData
Initializes a new instance of the Result. CategoryData class
Top
Properties
  NameDescription
Public propertyDisplayName
The display name of this category.
(Inherited from Result.Category.)
Public propertyKey
The key of this category.
(Inherited from Result.Category.)
Public propertyLocale
The locale of this category.
(Inherited from Result.Category.)
Public propertyParentKey
The parent key of this category.
(Inherited from Result.Category.)
Public propertyProductCount
The total number of products contained in this category. Will be -1 if not supported by the requested panel.
(Inherited from Result.Category.)
Public propertyTicket
The ticket of this category.
(Inherited from Result.Category.)
Public propertyTree
The tree name of this category, which is also the referencing product attribute.
Public propertyType
The result type of this result.
(Inherited from Result.Category.)
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.
(Inherited from Result.Category.)
Public methodGetEnumerator
Returns an enumerator that iterates through the attributes.
(Inherited from Result.Category.)
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.
(Inherited from Result.Category.)
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.
(Inherited from Result.Category.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic membermock
Create a new CategoryData object for testing purposes.
Public methodToString (Inherited from Object.)
Top
Fields
See Also