SaaS CMS has officially launched! Learn more now.

Class CampaignDto.MarketCampaignsRow

Represents strongly named DataRow class.

Inheritance
System.Object
CampaignDto.MarketCampaignsRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
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