Click or drag to resize

IProduct Methods

The IProduct type exposes the following members.

Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDisabledSizes
Returns disabledSizes of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodGetGroupModifiers
Returns group modifiers of the specified product.
(Defined by OperationArgumentExtensions.)
Public Extension MethodGetIncludedInMenuSections
Returns includedInMenuSections of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodGetSimpleModifiers
Returns simple modifiers of the specified product.
(Defined by OperationArgumentExtensions.)
Public Extension MethodGetTemplatedModifiersParams
Returns templatedModifiersParams of the specified product.
(Defined by ProductExtensions.)
Public Extension MethodTryGetDisabledSizes
Returns disabledSizes of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Public Extension MethodTryGetIncludedInMenuSections
Returns includedInMenuSections of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Public Extension MethodTryGetParent
Returns parent of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Public Extension MethodTryGetProductMenuBitmap
Returns a bitmap image to be shown as a background on a menu button for the specified product. If the product doesn't have an image, null will be returned.
(Defined by ProductExtensions.)
Public Extension MethodTryGetProductMenuImage
Returns a byte sequence presenting an image to be shown as a background on a menu button for the specified product. If the product doesn't have an image, null will be returned.
(Defined by OperationArgumentExtensions.)
Public Extension MethodTryGetTemplatedModifiersParams
Returns templatedModifiersParams of the specified product or null if product doesn't exist.
(Defined by ProductExtensions.)
Top
See Also