SaaS CMS has officially launched! Learn more now.

Class EntryRelationType

Represents the catalog entry relation types.

Inheritance
System.Object
EntryRelationType
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: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class EntryRelationType

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