Class CampaignDto.CampaignSegmentRow
Represents strongly named DataRow class.
Inheritance
System.Object
CampaignDto.CampaignSegmentRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class CampaignSegmentRow : DataRow
Properties
Declaration
public int CampaignId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CampaignDto.CampaignRow CampaignRow { get; set; }
Property Value
Declaration
public int CampaignSegmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int SegmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|