SaaS CMS has officially launched! Learn more now.

Class SegmentDto.SegmentConditionRow

Represents strongly named DataRow class.

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

Properties

ExpressionId

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

PrincipalGroupConditionId

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

SegmentId

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

SegmentRow

Declaration
public SegmentDto.SegmentRow SegmentRow { get; set; }
Property Value
Type Description
SegmentDto.SegmentRow