ProductAttributeSet Class |
Namespace: CMS.Ecommerce
public class ProductAttributeSet : IEnumerable<SKUInfo>, IEnumerable
The ProductAttributeSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProductAttributeSet(IEnumerableInt32) |
Initializes a new instance of the ProductAttributeSet class.
|
![]() | ProductAttributeSet(Int32) |
Initializes a new instance of the ProductAttributeSet class.
|
![]() | ProductAttributeSet(SKUInfo) |
Initializes a new instance of the ProductAttributeSet class.
|
Name | Description | |
---|---|---|
![]() | Contains(IEnumerableInt32) |
Determines whether this ProductAttributeSet [contains] [the specified product options].
|
![]() | Contains(Int32) |
Determines whether this ProductAttributeSet [contains] [the specified product option].
|
![]() | Contains(SKUInfo) |
Determines whether this ProductAttributeSet [contains] [the specified product option].
|
![]() | GetEnumerator |
Gets the enumerator.
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | BatchSKUInfo |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToHashSetSKUInfo |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToListSKUInfo, TTo |
Converts the given collection to a list of values
(Defined by BaseExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
Name | Description | |
---|---|---|
![]() | CategoryIDs |
Gets the category IDs for specified product options.
|
![]() | Count |
Gets the count of product options in set.
|
![]() | Item |
Gets the SKUInfo with the specified position.
|