With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class GroupDefinition

Inheritance
System.Object
GroupDefinition
Implements
EPiServer.Data.Dynamic.IDynamicData
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: EPiServer.Commerce.Catalog.Linking
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public abstract class GroupDefinition : 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