With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class EntryAssociations

Contains the data representing the collection of catalog entry associations (see EntryAssociation).

Inheritance
System.Object
EntryAssociations
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
[Obsolete("This class is no longer used. Use IAssociationRepository APIs instead. Will remain at least until February 2019.")]
public class EntryAssociations

Constructors

EntryAssociations()

Declaration
public EntryAssociations()

Properties

Association

Gets or sets the association.

Declaration
public EntryAssociation[] Association { get; set; }
Property Value
Type Description
EntryAssociation[]

The association.