SaaS CMS has officially launched! Learn more now.

Class SegmentDto.SegmentRow

Represents strongly named DataRow class.

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

Properties

Description

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

DisplayName

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

ExpressionFilter

Declaration
public byte[] ExpressionFilter { get; set; }
Property Value
Type Description
System.Byte[]

Name

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

SegmentId

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

Methods

GetSegmentConditionRows()

Declaration
public SegmentDto.SegmentConditionRow[] GetSegmentConditionRows()
Returns
Type Description
SegmentDto.SegmentConditionRow[]

GetSegmentMemberRows()

Declaration
public SegmentDto.SegmentMemberRow[] GetSegmentMemberRows()
Returns
Type Description
SegmentDto.SegmentMemberRow[]

IsDescriptionNull()

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

IsExpressionFilterNull()

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

SetDescriptionNull()

Declaration
public void SetDescriptionNull()

SetExpressionFilterNull()

Declaration
public void SetExpressionFilterNull()