Click or drag to resize
MultiBuyDiscountBrandInfo Constructor (DataRow)
Creates a new instance of the MultiBuyDiscountBrandInfo class from the given DataRow.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public MultiBuyDiscountBrandInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also