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 SegmentDto.SegmentConditionRow

Represents strongly named DataRow class.

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