Class CatalogRelationDto.CatalogNodeRelationRow
Represents strongly named DataRow class.
Inheritance
System.Object
CatalogRelationDto.CatalogNodeRelationRow
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
public class CatalogNodeRelationRow : DataRow
Properties
Declaration
public int CatalogId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ChildNodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ParentNodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|