Try our conversational search powered by Generative AI!

Class CatalogResponseGroup

Implements operations for the catalog response group.

Inheritance
System.Object
CatalogResponseGroup
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: Mediachase.Commerce.Catalog.Managers
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CatalogResponseGroup

Constructors

CatalogResponseGroup()

Initializes a new instance of the CatalogResponseGroup class.

Declaration
public CatalogResponseGroup()

CatalogResponseGroup(CatalogResponseGroup.ResponseGroup)

Initializes a new instance of the CatalogResponseGroup class.

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

The response groups.

Methods

ContainsGroup(CatalogResponseGroup.ResponseGroup)

Determines whether the specified group contains group.

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

The group.

Returns
Type Description
System.Boolean

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