Class CampaignDto.CampaignRow
Represents strongly named DataRow class.
Inheritance
System.Object
CampaignDto.CampaignRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class CampaignRow : DataRow
Properties
Declaration
public int CampaignId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public DateTime Exported { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsArchived { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
Declaration
public CampaignDto.CampaignSegmentRow[] GetCampaignSegmentRows()
Returns
Declaration
public CampaignDto.MarketCampaignsRow[] GetMarketCampaignsRows()
Returns
Declaration
public bool IsCommentsNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsExportedNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsModifiedByNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsModifiedNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetCommentsNull()
Declaration
public void SetExportedNull()
Declaration
public void SetModifiedByNull()
Declaration
public void SetModifiedNull()