Try our conversational search powered by Generative AI!

Class CatalogNodeDto.CatalogNodeRow

Represents strongly named DataRow class.

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

Fields

DefaultTemplateName

Declaration
[Obsolete("This const is no longer used. Will remain at least until February 2019.")]
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
[Obsolete("This property is no longer used. Will remain at least until February 2019.")]
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
[Obsolete("This property is no longer used. Will remain at least until February 2019.")]
public bool IsTemplateNameNull()
Returns
Type Description
System.Boolean

SetContentAssetsIDNull()

Declaration
public void SetContentAssetsIDNull()

SetTemplateNameNull()

Declaration
[Obsolete("This property is no longer used. Will remain at least until February 2019.")]
public void SetTemplateNameNull()

Extension Methods