SaaS CMS has officially launched! Learn more now.

Class CatalogEntryDto.SalePriceRow

Represents strongly named DataRow class.

Inheritance
System.Object
CatalogEntryDto.SalePriceRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class SalePriceRow : DataRow

Properties

CatalogEntryRow

Declaration
public CatalogEntryDto.CatalogEntryRow CatalogEntryRow { get; set; }
Property Value
Type Description
CatalogEntryDto.CatalogEntryRow

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

EndDate

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

ItemCode

Declaration
public string ItemCode { get; set; }
Property Value
Type Description
System.String

MinQuantity

Declaration
public decimal MinQuantity { get; set; }
Property Value
Type Description
System.Decimal

SaleCode

Declaration
public string SaleCode { get; set; }
Property Value
Type Description
System.String

SalePriceId

Declaration
public int SalePriceId { get; set; }
Property Value
Type Description
System.Int32

SaleType

Declaration
public int SaleType { get; set; }
Property Value
Type Description
System.Int32

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

UnitPrice

Declaration
public decimal UnitPrice { get; set; }
Property Value
Type Description
System.Decimal

Methods

IsEndDateNull()

Declaration
public bool IsEndDateNull()
Returns
Type Description
System.Boolean

IsItemCodeNull()

Declaration
public bool IsItemCodeNull()
Returns
Type Description
System.Boolean

IsSaleCodeNull()

Declaration
public bool IsSaleCodeNull()
Returns
Type Description
System.Boolean

SetEndDateNull()

Declaration
public void SetEndDateNull()

SetItemCodeNull()

Declaration
public void SetItemCodeNull()

SetSaleCodeNull()

Declaration
public void SetSaleCodeNull()