Class CatalogEntryResponseGroup

Implements operations for the catalog entry response group.

Inheritance
System.Object
CatalogEntryResponseGroup
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 CatalogEntryResponseGroup

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.