Click or drag to resize

IProductGroup Methods

The IProductGroup 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 MethodGetChildGroups
Returns childGroups of the specified productGroup.
(Defined by ProductGroupExtensions.)
Public Extension MethodGetChildProducts
Returns childProducts of the specified productGroup.
(Defined by ProductGroupExtensions.)
Public Extension MethodGetParent
Returns parent of the specified productGroup.
(Defined by ProductGroupExtensions.)
Public Extension MethodGetProductGroupMenuBitmap
Returns a bitmap image to be shown as a background on a menu button for the specified product group. If the product group doesn't have an image, null will be returned.
(Defined by OperationServiceExtensions.)
Public Extension MethodGetProductGroupMenuImage
Returns a byte sequence presenting an image to be shown as a background on a menu button for the specified product group. If the product group doesn't have an image, null will be returned.
(Defined by OperationServiceExtensions.)
Public Extension MethodTryGetChildGroups
Returns childGroups of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.)
Public Extension MethodTryGetChildProducts
Returns childProducts of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.)
Public Extension MethodTryGetParent
Returns parent of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.)
Top
See Also