A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class EntryType

Represents the catalog entry types.

Inheritance
System.Object
EntryType
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class EntryType : Object

Constructors

EntryType()

Declaration
public EntryType()

Fields

Bundle

Public string literal for the bundle entry type.

Declaration
public const string Bundle = "Bundle"
Field Value
Type Description
System.String

DynamicPackage

Public string literal for the dynamic package entry type.

Declaration
public const string DynamicPackage = "DynamicPackage"
Field Value
Type Description
System.String

Package

Public string literal for the package entry type.

Declaration
public const string Package = "Package"
Field Value
Type Description
System.String

Product

Public string literal for the product entry type.

Declaration
public const string Product = "Product"
Field Value
Type Description
System.String

Variation

Public string literal for the variation entry type.

Declaration
public const string Variation = "Variation"
Field Value
Type Description
System.String