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 CatalogEntryDto.CatalogAssociationRow

Represents strongly named DataRow class.

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

CatalogEntryRow

Declaration
public CatalogEntryDto.CatalogEntryRow CatalogEntryRow { get; set; }
Property Value
Type Description
CatalogEntryDto.CatalogEntryRow

SortOrder

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

Methods

IsAssociationDescriptionNull()

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

SetAssociationDescriptionNull()

Declaration
public void SetAssociationDescriptionNull()