Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EntryModel

Inheritance
System.Object
EntryModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class EntryModel : Object

Constructors

EntryModel()

Declaration
public EntryModel()

Properties

Code

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

CustomProperties

Declaration
public IDictionary<string, string> CustomProperties { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

DisplayName

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

Id

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

ImageUrl

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

InStock

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

IsBundle

Declaration
public bool IsBundle { get; set; }
Property Value
Type Description
System.Boolean

Price

Declaration
public MoneyModel Price { get; set; }
Property Value
Type Description
MoneyModel

ProductUrl

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

ThumbnailUrl

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