SaaS CMS has officially launched! Learn more now.

Class PromotionDto.PromotionPolicyRow

Represents strongly named DataRow class.

Inheritance
System.Object
PromotionDto.PromotionPolicyRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class PromotionPolicyRow : DataRow

Properties

PolicyId

Declaration
public int PolicyId { get; set; }
Property Value
Type Description
System.Int32

PromotionId

Declaration
public int PromotionId { get; set; }
Property Value
Type Description
System.Int32

PromotionPolicyId

Declaration
public int PromotionPolicyId { get; set; }
Property Value
Type Description
System.Int32

PromotionRow

Declaration
public PromotionDto.PromotionRow PromotionRow { get; set; }
Property Value
Type Description
PromotionDto.PromotionRow