SaaS CMS has officially launched! Learn more now.

Class CatalogDto.CatalogRow.Properties

Inheritance
System.Object
CatalogDto.CatalogRow.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<CatalogDto.CatalogRow, int>> CatalogId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.Int32>>

ContentGuid

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

Created

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, DateTime>> Created
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.DateTime>>

CreatorId

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> CreatorId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>

DefaultCurrency

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> DefaultCurrency
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>

DefaultLanguage

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> DefaultLanguage
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>

EndDate

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

IsActive

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

IsPrimary

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, bool>> IsPrimary
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.Boolean>>

LengthBase

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> LengthBase
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>

Modified

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, DateTime>> Modified
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.DateTime>>

ModifierId

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> ModifierId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>

Name

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

Owner

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> Owner
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>

SortOrder

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

StartDate

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

WeightBase

Declaration
public static readonly Expression<Func<CatalogDto.CatalogRow, string>> WeightBase
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogDto.CatalogRow, System.String>>