Class SegmentDto.SegmentRow
Represents strongly named DataRow class.
Inheritance
System.Object
SegmentDto.SegmentRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class SegmentRow : DataRow
Properties
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public byte[] ExpressionFilter { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SegmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public SegmentDto.SegmentConditionRow[] GetSegmentConditionRows()
Returns
Declaration
public SegmentDto.SegmentMemberRow[] GetSegmentMemberRows()
Returns
Declaration
public bool IsDescriptionNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsExpressionFilterNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetDescriptionNull()
Declaration
public void SetExpressionFilterNull()