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 AssociationGroupDefinitionStore

Inheritance
System.Object
AssociationGroupDefinitionStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class AssociationGroupDefinitionStore : GroupDefinitionStore<AssociationGroupDefinition>

Constructors

AssociationGroupDefinitionStore(ReferenceConverter, RestStoreHelper, GroupDefinitionRepository<AssociationGroupDefinition>, ICatalogSystem)

Declaration
public AssociationGroupDefinitionStore(ReferenceConverter referenceConverter, RestStoreHelper restStoreHelper, GroupDefinitionRepository<AssociationGroupDefinition> groupDefinitionRepostitory, ICatalogSystem catalogContext)
Parameters
Type Name Description
ReferenceConverter referenceConverter
RestStoreHelper restStoreHelper
GroupDefinitionRepository<AssociationGroupDefinition> groupDefinitionRepostitory
ICatalogSystem catalogContext

Methods

Get(ContentReference, ItemRange)

Declaration
public override RestResult Get(ContentReference id, ItemRange range)
Parameters
Type Name Description
EPiServer.Core.ContentReference id
EPiServer.Shell.Services.Rest.ItemRange range
Returns
Type Description
EPiServer.Shell.Services.Rest.RestResult
Overrides
EPiServer.Commerce.Shell.Rest.GroupDefinitionStore<EPiServer.Commerce.Catalog.Linking.AssociationGroupDefinition>.Get(EPiServer.Core.ContentReference, EPiServer.Shell.Services.Rest.ItemRange)