Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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