World is now on Opti ID! Learn more

Class CatalogEntryResponseGroup

Implements operations for the catalog entry response group.

Inheritance
System.Object
CatalogEntryResponseGroup
Namespace: Mediachase.Commerce.Catalog.Managers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogEntryResponseGroup : Object

Constructors

CatalogEntryResponseGroup()

Initializes a new instance of the CatalogEntryResponseGroup class.

Declaration
public CatalogEntryResponseGroup()

CatalogEntryResponseGroup(CatalogEntryResponseGroup.ResponseGroup)

Initializes a new instance of the CatalogEntryResponseGroup class.

Declaration
public CatalogEntryResponseGroup(CatalogEntryResponseGroup.ResponseGroup responseGroups)
Parameters
Type Name Description
CatalogEntryResponseGroup.ResponseGroup responseGroups

The response groups.

Properties

CacheKey

Gets the cache key.

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

The cache key.

ResponseGroups

Gets or sets the response groups.

Declaration
public CatalogEntryResponseGroup.ResponseGroup ResponseGroups { get; set; }
Property Value
Type Description
CatalogEntryResponseGroup.ResponseGroup

The response groups.

Methods

ContainsGroup(CatalogEntryResponseGroup.ResponseGroup)

Determines whether the specified group contains group.

Declaration
public bool ContainsGroup(CatalogEntryResponseGroup.ResponseGroup group)
Parameters
Type Name Description
CatalogEntryResponseGroup.ResponseGroup group

The group.

Returns
Type Description
System.Boolean

true if the specified group contains group; otherwise, false.