London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CatalogContentTypeBase

Inheritance
System.Object
CatalogContentTypeBase
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.ContentTypes.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public static class CatalogContentTypeBase

Fields

Bundle

The base for Bundle content types.

Declaration
public static readonly ContentTypeBase Bundle
Field Value
Type Description
EPiServer.DataAbstraction.ContentTypeBase

Catalog

The base for Catalog content types.

Declaration
public static readonly ContentTypeBase Catalog
Field Value
Type Description
EPiServer.DataAbstraction.ContentTypeBase

Node

The base for Node content types.

Declaration
public static readonly ContentTypeBase Node
Field Value
Type Description
EPiServer.DataAbstraction.ContentTypeBase

Package

The base for Package content types.

Declaration
public static readonly ContentTypeBase Package
Field Value
Type Description
EPiServer.DataAbstraction.ContentTypeBase

Product

The base for Product content types.

Declaration
public static readonly ContentTypeBase Product
Field Value
Type Description
EPiServer.DataAbstraction.ContentTypeBase

Variation

The base for Variation content types.

Declaration
public static readonly ContentTypeBase Variation
Field Value
Type Description
EPiServer.DataAbstraction.ContentTypeBase