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.AssociationTypeRow

Represents strongly named DataRow class.

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

Properties

AssociationTypeId

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

Description

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

Methods

GetCatalogEntryAssociationRows()

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

IsDescriptionNull()

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

SetDescriptionNull()

Declaration
public void SetDescriptionNull()