A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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