ResultVariant ClassA Sandcastle Documented Class Library
Representation of a variant as returned by eSales.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResultVariant

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class Variant : IEnumerable<ResultAttribute>, 
	IEnumerable

The ResultVariant type exposes the following members.

Constructors

  NameDescription
Public methodResultVariant
Initializes a new instance of the ResultVariant class
Top
Properties

  NameDescription
Public propertyCategoryReferenceAttributes
The available category reference attributes in the product.
Public propertyKey
The key of this variant.
Public propertyTicket
The ticket of this variant.
Top
Methods

  NameDescription
Public methodAddAttribute
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttribute
Get the attribute with the specified name from this product or null if no such attribute exists.
Public methodGetCategories
Get the category objects of the given category reference attribute. the category reference attribute to get the categories for @return the category objects of the category reference attribute as an enumerable
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValue(String)
Get the value of the attribute with the specified attributeName 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.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference