Class CurrencyDto.CurrencyRateRow
  
  Represents strongly named DataRow class.
    Inheritance
    System.Object
    CurrencyDto.CurrencyRateRow
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 14.26.0
  
  
    public class CurrencyRateRow : DataRow
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public double AverageRate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DateTime CurrencyRateDate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.DateTime |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int CurrencyRateId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public CurrencyDto.CurrencyRow CurrencyRow { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public CurrencyDto.CurrencyRow CurrencyRowByFK_CurrencyRate_Currency { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public double EndOfDayRate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int FromCurrencyId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DateTime ModifiedDate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.DateTime |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int ToCurrencyId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public bool IsAverageRateNull()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool IsEndOfDayRateNull()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public void SetAverageRateNull()
   
  
  
  
  
  
  
  Declaration
  
    public void SetEndOfDayRateNull()