SaaS CMS has officially launched! Learn more now.

Class CampaignDto.CampaignRow

Represents strongly named DataRow class.

Inheritance
System.Object
CampaignDto.CampaignRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CampaignRow : DataRow

Properties

CampaignId

Declaration
public int CampaignId { get; set; }
Property Value
Type Description
System.Int32

Comments

Declaration
public string Comments { get; set; }
Property Value
Type Description
System.String

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

EndDate

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

Exported

Declaration
public DateTime Exported { get; set; }
Property Value
Type Description
System.DateTime

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

IsArchived

Declaration
public bool IsArchived { get; set; }
Property Value
Type Description
System.Boolean

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

ModifiedBy

Declaration
public string ModifiedBy { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

Methods

GetCampaignSegmentRows()

Declaration
public CampaignDto.CampaignSegmentRow[] GetCampaignSegmentRows()
Returns
Type Description
CampaignDto.CampaignSegmentRow[]

GetMarketCampaignsRows()

Declaration
public CampaignDto.MarketCampaignsRow[] GetMarketCampaignsRows()
Returns
Type Description
CampaignDto.MarketCampaignsRow[]

IsCommentsNull()

Declaration
public bool IsCommentsNull()
Returns
Type Description
System.Boolean

IsExportedNull()

Declaration
public bool IsExportedNull()
Returns
Type Description
System.Boolean

IsModifiedByNull()

Declaration
public bool IsModifiedByNull()
Returns
Type Description
System.Boolean

IsModifiedNull()

Declaration
public bool IsModifiedNull()
Returns
Type Description
System.Boolean

SetCommentsNull()

Declaration
public void SetCommentsNull()

SetExportedNull()

Declaration
public void SetExportedNull()

SetModifiedByNull()

Declaration
public void SetModifiedByNull()

SetModifiedNull()

Declaration
public void SetModifiedNull()