SaaS CMS has officially launched! Learn more now.

Class Association

Implements operations for and represents the catalog association.

Inheritance
System.Object
Association
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 Association

Constructors

Association()

Declaration
public Association()

Properties

Description

Gets or sets the description.

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

The description.

EntryAssociations

Gets or sets the entry associations.

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

The entry associations.

Name

Gets or sets the name.

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

The name.

SortOrder

Gets or sets the sort order.

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

The sort order.