| ResultVariant Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Apptus.ESales.Connector
 Syntax
Syntaxpublic class Variant : IEnumerable<ResultAttribute>, IEnumerable
The ResultVariant type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ResultVariant | Initializes a new instance of the ResultVariant class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CategoryReferenceAttributes | 
            The available category reference attributes in the product.
             | 
|  | Key | 
            The key of this variant.
             | 
|  | Ticket | 
             The ticket of this variant.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddAttribute | |
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetAttribute | 
             Get the attribute with the specified name from this product or null if no such attribute exists.
             | 
|  | GetCategories | 
             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
              | 
|  | GetEnumerator | 
            Returns an enumerator that iterates through the collection.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | GetValue(String) | 
            Get the value of the attribute with the specified attributeName or null if no such attribute exists.
             | 
|  | GetValue(String, String) | 
            Get the value of the attribute with the specified attributeName. The specified defaultValue will be returned 
            if no such attribute exists.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also