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 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