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 EntryRelationType

Represents the catalog entry relation types.

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

Constructors

EntryRelationType()

Declaration
public EntryRelationType()

Fields

BundleEntry

Public string literal for the bundle entry relation type.

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

PackageEntry

Public string literal for the package entry relation type.

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

ProductVariation

Public string literal for the product variation relation type.

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