Class AssociationGroup
Describes a group of associations of a catalog entry.
Inheritance
System.Object
AssociationGroup
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: 10.8.0Syntax
public class AssociationGroup
Constructors
AssociationGroup()
Declaration
public AssociationGroup()
Fields
DefaultName
The default group name.
Declaration
public const string DefaultName = "Default"
Field Value
Type | Description |
---|---|
System.String |
Properties
Description
Gets or sets the description of the group.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the group.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortOrder
Gets or sets the sort order of the group.
Declaration
public int SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |