Class EntryRelation

Abstract base for describing the relations from a catalog entry to another.

Inheritance
System.Object
EntryRelation
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 abstract class EntryRelation : Relation, ILink

Constructors

EntryRelation()

Declaration
protected EntryRelation()

Fields

DefaultGroupName

The default group name.

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

DefaultQuantity

The default quantity.

Declaration
public const decimal DefaultQuantity = 1.0M
Field Value
Type Description
System.Decimal

Properties

GroupName

Gets or sets the name of the group.

Declaration
public string GroupName { get; set; }
Property Value
Type Description
System.String

Quantity

Gets or sets the quantity.

Declaration
public decimal? Quantity { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Implements