The IProduct type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
| Name | Description | |
|---|---|---|
| GetGroupModifiers |
Returns groupModifiers of the specified product.
(Defined by ProductExtensions.) | |
| GetIncludedInMenuSections |
Returns includedInMenuSections of the specified product.
(Defined by ProductExtensions.) | |
| GetParent |
Returns parent of the specified product.
(Defined by ProductExtensions.) | |
| GetSimpleModifiers |
Returns simpleModifiers of the specified product.
(Defined by ProductExtensions.) | |
| TryGetGroupModifiers |
Returns groupModifiers of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) | |
| TryGetIncludedInMenuSections |
Returns includedInMenuSections of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) | |
| TryGetParent |
Returns parent of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) | |
| TryGetSimpleModifiers |
Returns simpleModifiers of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.) |
See Also