Class EntryRelationType
Represents the catalog entry relation types.
Inheritance
System.Object
EntryRelationType
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
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 |