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.VariationRow.Properties

Inheritance
System.Object
CatalogEntryDto.VariationRow.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.VariationRow, int>> CatalogEntryId
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Int32>>

Height

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, double>> Height
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Double>>

Length

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, double>> Length
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Double>>

ListPrice

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, decimal>> ListPrice
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Decimal>>

MaxQuantity

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, decimal>> MaxQuantity
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Decimal>>

MerchantId

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

MinQuantity

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, decimal>> MinQuantity
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Decimal>>

PackageId

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

TaxCategoryId

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

TrackInventory

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

WarehouseId

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

Weight

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, double>> Weight
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Double>>

Width

Declaration
public static readonly Expression<Func<CatalogEntryDto.VariationRow, double>> Width
Field Value
Type Description
System.Linq.Expressions.Expression<System.Func<CatalogEntryDto.VariationRow, System.Double>>