The ProductExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetGroupModifiers |
Returns groupModifiers of the specified product.
|
![]() ![]() | GetIncludedInMenuSections |
Returns includedInMenuSections of the specified product.
|
![]() ![]() | GetParent |
Returns parent of the specified product.
|
![]() ![]() | GetSimpleModifiers |
Returns simpleModifiers of the specified product.
|
![]() ![]() | TryGetGroupModifiers |
Returns groupModifiers of the specified product or null if product doesn't exist.
|
![]() ![]() | TryGetIncludedInMenuSections |
Returns includedInMenuSections of the specified product or null if product doesn't exist.
|
![]() ![]() | TryGetParent |
Returns parent of the specified product or null if product doesn't exist.
|
![]() ![]() | TryGetSimpleModifiers |
Returns simpleModifiers of the specified product or null if product doesn't exist.
|
See Also