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 CatalogNodeResponseGroup

Implements operations for the catalog node response group.

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

Constructors

CatalogNodeResponseGroup()

Initializes a new instance of the CatalogNodeResponseGroup class.

Declaration
public CatalogNodeResponseGroup()

CatalogNodeResponseGroup(CatalogNodeResponseGroup.ResponseGroup)

Initializes a new instance of the CatalogNodeResponseGroup class.

Declaration
public CatalogNodeResponseGroup(CatalogNodeResponseGroup.ResponseGroup responseGroups)
Parameters
Type Name Description
CatalogNodeResponseGroup.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 CatalogNodeResponseGroup.ResponseGroup ResponseGroups { get; set; }
Property Value
Type Description
CatalogNodeResponseGroup.ResponseGroup

The response groups.

Methods

ContainsGroup(CatalogNodeResponseGroup.ResponseGroup)

Determines whether the specified group contains group.

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

The group.

Returns
Type Description
System.Boolean

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