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 BundleEntry

Describes the relation from a bundle to one of the items in the bundle. Source is the bundle, and Target is the item included in the bundle.

Inheritance
System.Object
BundleEntry
Implements
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.Linking
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class BundleEntry : EntryRelation, ILink

Constructors

BundleEntry()

Declaration
public BundleEntry()

Implements