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.0Syntax
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 |