Class CatalogNodeResponseGroup
Implements operations for the catalog node response group.
Inheritance
System.Object
CatalogNodeResponseGroup
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: 13.30.0Syntax
public class CatalogNodeResponseGroup
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 |
|