Class CatalogContentDB
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Represents Database access class to manipulate Catalog content.
Inheritance
System.Object
    CatalogContentDB
  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: EPiServer.Commerce.Catalog.DataAccess
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class CatalogContentDB
  Constructors
CatalogContentDB(ReferenceConverter, MetaClassToContentTypeMap)
Initializes a new instance of the CatalogContentDB class.
Declaration
public CatalogContentDB(ReferenceConverter referenceConverter, MetaClassToContentTypeMap metaClassToContentTypeMap)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ReferenceConverter | referenceConverter | The reference converter.  | 
      
| MetaClassToContentTypeMap | metaClassToContentTypeMap | The metaclass to content type mapping.  |