SaaS CMS has officially launched! Learn more now.

Class CatalogNodeDto.CatalogNodeRow.Properties

Inheritance
System.Object
CatalogNodeDto.CatalogNodeRow.Properties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public static class Properties

Fields

CatalogId

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, int>> CatalogId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Int32>>

CatalogNodeId

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, int>> CatalogNodeId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Int32>>

Code

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, string>> Code
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.String>>

ContentAssetsID

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, Guid>> ContentAssetsID
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Guid>>

ContentGuid

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, Guid>> ContentGuid
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Guid>>

EndDate

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, DateTime>> EndDate
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.DateTime>>

IsActive

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, bool>> IsActive
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Boolean>>

MetaClassId

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, int>> MetaClassId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Int32>>

Name

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, string>> Name
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.String>>

ParentNodeId

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, int>> ParentNodeId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Int32>>

SortOrder

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, int>> SortOrder
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.Int32>>

StartDate

Declaration
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, DateTime>> StartDate
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.DateTime>>

TemplateName

Declaration
[Obsolete("This property is no longer used. Will remain at least until February 2019.")]
public static readonly Expression<Func<CatalogNodeDto.CatalogNodeRow, string>> TemplateName
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogNodeDto.CatalogNodeRow, System.String>>