SaaS CMS has officially launched! Learn more now.

Class CatalogRelationDto.CatalogEntryRelationRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogRelationDto.CatalogEntryRelationRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CatalogEntryRelationRow : DataRow

Properties

ChildEntryId

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

GroupName

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

ParentEntryId

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

Quantity

Declaration
public decimal Quantity { get; set; }
Property Value
Type Description
System.Decimal

RelationTypeId

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

SortOrder

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

Methods

IsGroupNameNull()

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

IsQuantityNull()

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

SetGroupNameNull()

Declaration
public void SetGroupNameNull()

SetQuantityNull()

Declaration
public void SetQuantityNull()