Class SegmentDto.SegmentMemberRow
  
  Represents strongly named DataRow class.
 
  
  
    Inheritance
    System.Object
    SegmentDto.SegmentMemberRow
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 10.8.0
  
  
    public class SegmentMemberRow : DataRow
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public bool Exclude { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public Guid PrincipalId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public int SegmentId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public int SegmentMemberId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public SegmentDto.SegmentRow SegmentRow { get; set; }
   
  Property Value