Class CatalogRowExtensions
Inheritance
System.Object
    CatalogRowExtensions
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public static class CatalogRowExtensions
  Methods
IsAvailable(CatalogDto.CatalogRow)
Determines whether the specified catalog row is available (is active, startdate and enddate are correct)
Declaration
public static bool IsAvailable(this CatalogDto.CatalogRow catalogRow)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CatalogDto.CatalogRow | catalogRow | The catalog row.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
  |