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: 10.8.0
Syntax
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.