Class SegmentDto.SegmentConditionRow
  
  Represents strongly named DataRow class.
 
  
  
    Inheritance
    System.Object
    SegmentDto.SegmentConditionRow
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 10.8.0
  
  
    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