SaaS CMS has officially launched! Learn more now.

Struct EntryAssociation

Contains the data representing the catalog entry association.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
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 struct EntryAssociation

Properties

AssociationDesc

Gets or sets the association desc.

Declaration
public string AssociationDesc { get; set; }
Property Value
Type Description
System.String

The association desc.

AssociationType

Gets or sets the type of the association.

Declaration
public string AssociationType { get; set; }
Property Value
Type Description
System.String

The type of the association.

Entry

Gets or sets the entry.

Declaration
public Entry Entry { get; set; }
Property Value
Type Description
Entry

The entry.

SortOrder

Gets or sets the sort order.

Declaration
public int SortOrder { get; set; }
Property Value
Type Description
System.Int32

The sort order.