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 CatalogNodeDto.CatalogNodeRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogNodeDto.CatalogNodeRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogNodeRow : DataRow

Fields

DefaultTemplateName

Declaration
public const string DefaultTemplateName = "default"
Field Value
Type Description
System.String

Properties

CatalogId

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

CatalogNodeId

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

Code

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

ContentAssetsID

Declaration
public Guid ContentAssetsID { get; set; }
Property Value
Type Description
System.Guid

ContentGuid

Declaration
public Guid ContentGuid { get; set; }
Property Value
Type Description
System.Guid

EndDate

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean

MetaClassId

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

Name

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

ParentNodeId

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

SortOrder

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

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

TemplateName

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

Methods

GetCatalogItemAssetRows()

Declaration
public CatalogNodeDto.CatalogItemAssetRow[] GetCatalogItemAssetRows()
Returns
Type Description
CatalogNodeDto.CatalogItemAssetRow[]

GetCatalogItemSeoRows()

Declaration
public CatalogNodeDto.CatalogItemSeoRow[] GetCatalogItemSeoRows()
Returns
Type Description
CatalogNodeDto.CatalogItemSeoRow[]

IsContentAssetsIDNull()

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

IsTemplateNameNull()

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

SetContentAssetsIDNull()

Declaration
public void SetContentAssetsIDNull()

SetTemplateNameNull()

Declaration
public void SetTemplateNameNull()

Extension Methods