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 CatalogViewModel

Inheritance
System.Object
CatalogViewModel
Implements
EPiServer.Shell.ViewComposition.ICompositeView
EPiServer.Shell.ViewComposition.IRestrictedComponentCategoryDefinition
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: EPiServer.Commerce.Shell.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class CatalogViewModel : ICompositeView, IRestrictedComponentCategoryDefinition

Constructors

CatalogViewModel(LocalizationService, ReferenceConverter)

Declaration
public CatalogViewModel(LocalizationService localizationService, ReferenceConverter referenceConverter)
Parameters
Type Name Description
EPiServer.Framework.Localization.LocalizationService localizationService
ReferenceConverter referenceConverter

Properties

DefaultContext

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

Name

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

RootContainer

Declaration
public IContainer RootContainer { get; }
Property Value
Type Description
EPiServer.Shell.ViewComposition.IContainer

Title

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

Methods

CreateView()

Declaration
public ICompositeView CreateView()
Returns
Type Description
EPiServer.Shell.ViewComposition.ICompositeView

GetComponentCategories()

Declaration
public IEnumerable<string> GetComponentCategories()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

Implements

EPiServer.Shell.ViewComposition.ICompositeView
EPiServer.Shell.ViewComposition.IRestrictedComponentCategoryDefinition