Class SegmentDto.SegmentConditionRow
Represents strongly named DataRow class.
Inheritance
System.Object
SegmentDto.SegmentConditionRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class SegmentConditionRow : DataRow
Properties
Declaration
public int ExpressionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PrincipalGroupConditionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int SegmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public SegmentDto.SegmentRow SegmentRow { get; set; }
Property Value