Class CampaignDto.MarketCampaignsRow
Represents strongly named DataRow class.
Inheritance
System.Object
CampaignDto.MarketCampaignsRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class MarketCampaignsRow : DataRow
Properties
CampaignId
Declaration
public int CampaignId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampaignRow
Declaration
public CampaignDto.CampaignRow CampaignRow { get; set; }
Property Value
Type | Description |
---|---|
CampaignDto.CampaignRow |
MarketId
Declaration
public string MarketId { get; set; }
Property Value
Type | Description |
---|---|
System.String |