A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class GroupDefinition

Inheritance
System.Object
GroupDefinition
Implements
EPiServer.Data.Dynamic.IDynamicData
Namespace: EPiServer.Commerce.Catalog.Linking
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public abstract class GroupDefinition : Object, IDynamicData

Constructors

GroupDefinition()

Declaration
protected GroupDefinition()

Properties

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
EPiServer.Data.Identity

Name

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

Implements

EPiServer.Data.Dynamic.IDynamicData