Class BaseEntryTemplate

Inheritance
System.Object
BaseEntryTemplate
Implements
Namespace: Mediachase.Commerce.Website.BaseControls
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class BaseEntryTemplate : BaseStoreUserControl, IContextUserControl

Constructors

BaseEntryTemplate()

Declaration
public BaseEntryTemplate()

Properties

CatalogName

Gets the name of the catalog.

Declaration
public virtual string CatalogName { get; }
Property Value
Type Description
System.String

The name of the catalog.

Code

Gets the code.

Declaration
public virtual string Code { get; }
Property Value
Type Description
System.String

The code.

Currency

Gets or sets the currency.

Declaration
public virtual Currency Currency { get; set; }
Property Value
Type Description
Currency

The currency.

Entry

Gets the entry.

Declaration
public virtual Entry Entry { get; }
Property Value
Type Description
Entry

The entry.

ShoppingCartUrl

Gets or sets the shopping cart URL.

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

The shopping cart URL.

SiteId

Gets or sets the site id.

Declaration
public virtual Guid SiteId { get; set; }
Property Value
Type Description
System.Guid

The site id.

WishListUrl

Gets or sets the wish list URL.

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

The wish list URL.

Methods

LoadContext(IDictionary)

Loads the context. Implements interface IContextUserControl.

Declaration
public virtual void LoadContext(IDictionary context)
Parameters
Type Name Description
System.Collections.IDictionary context

The context.

LoadNewEntry()

Loads the new entry.

Declaration
protected virtual Entry LoadNewEntry()
Returns
Type Description
Entry

OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

An System.EventArgs object that contains the event data.

RenderHeaders()

Sets the headers.

Declaration
protected virtual void RenderHeaders()

Implements