A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class PromotionDto.PromotionPolicyRow

Represents strongly named DataRow class.

Inheritance
System.Object
PromotionDto.PromotionPolicyRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
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