London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CatalogEntryDto.CatalogEntryRow.Properties

Inheritance
System.Object
CatalogEntryDto.CatalogEntryRow.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: 13.30.0
Syntax
public static class Properties

Fields

CatalogEntryId

Declaration
public static readonly Expression<Func<CatalogEntryDto.CatalogEntryRow, int>> CatalogEntryId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.CatalogEntryRow, System.Int32>>

CatalogId

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

ClassTypeId

Declaration
public static readonly Expression<Func<CatalogEntryDto.CatalogEntryRow, string>> ClassTypeId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.CatalogEntryRow, System.String>>

Code

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

ContentAssetsID

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

ContentGuid

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

EndDate

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

IsActive

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

IsPublished

Declaration
public static readonly Expression<Func<CatalogEntryDto.CatalogEntryRow, bool>> IsPublished
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.CatalogEntryRow, System.Boolean>>

MetaClassId

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

Name

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

StartDate

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

TemplateName

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