SaaS CMS has officially launched! Learn more now.

Class SegmentDto.SegmentMemberRow

Represents strongly named DataRow class.

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

Properties

Exclude

Declaration
public bool Exclude { get; set; }
Property Value
Type Description
System.Boolean

PrincipalId

Declaration
public Guid PrincipalId { get; set; }
Property Value
Type Description
System.Guid

SegmentId

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

SegmentMemberId

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

SegmentRow

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