Class CurrencyDto.CurrencyRow
  
  Represents strongly named DataRow class.
    Inheritance
    System.Object
    CurrencyDto.CurrencyRow
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 14.26.0
  
  
    public class CurrencyRow : DataRow
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string CurrencyCode { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int CurrencyId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DateTime ModifiedDate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.DateTime |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public CurrencyDto.CurrencyRateRow[] GetCurrencyRateRows()
   
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public CurrencyDto.CurrencyRateRow[] GetCurrencyRateRowsByFK_CurrencyRate_Currency()
   
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public bool IsModifiedDateNull()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public void SetModifiedDateNull()