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 CampaignDto.MarketCampaignsRow

Represents strongly named DataRow class.

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