Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CatalogEntryDto.CatalogAssociationRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogEntryDto.CatalogAssociationRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.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

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()