Click or drag to resize
MultiBuyDiscountInfo Constructor (DataRow)
Constructor - Creates a new MultiBuyDiscountInfo object from the given DataRow.

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

Parameters

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