November Happy Hour will be moved to Thursday December 5th.

Class EntryType

Represents the catalog entry types.

Inheritance
System.Object
EntryType
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: 13.30.0
Syntax
public class EntryType

Constructors

EntryType()

Declaration
public EntryType()

Fields

Bundle

Public string literal for the bundle entry type.

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

DynamicPackage

Public string literal for the dynamic package entry type.

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

Package

Public string literal for the package entry type.

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

Product

Public string literal for the product entry type.

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

Variation

Public string literal for the variation entry type.

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