Class PromotionDto.PromotionPolicyRow
Represents strongly named DataRow class.
Inheritance
System.Object
PromotionDto.PromotionPolicyRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class PromotionPolicyRow : DataRow
Properties
Declaration
public int PolicyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PromotionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PromotionPolicyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PromotionDto.PromotionRow PromotionRow { get; set; }
Property Value