London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CatalogAssociationDto.CatalogAssociationRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogAssociationDto.CatalogAssociationRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class CatalogAssociationRow : DataRow

Properties

AssociationDescription

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

AssociationName

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

CatalogAssociationId

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

CatalogEntryId

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

SortOrder

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

Methods

GetCatalogEntryAssociationRows()

Declaration
public CatalogAssociationDto.CatalogEntryAssociationRow[] GetCatalogEntryAssociationRows()
Returns
Type Description
CatalogAssociationDto.CatalogEntryAssociationRow[]

IsAssociationDescriptionNull()

Declaration
public bool IsAssociationDescriptionNull()
Returns
Type Description
System.Boolean

SetAssociationDescriptionNull()

Declaration
public void SetAssociationDescriptionNull()