Class CustomerGroup
Represents the customer group.
Inheritance
System.Object
CustomerGroup
Implements
System.ICloneable
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class CustomerGroup : Object, ICloneable
Constructors
CustomerGroup()
Initializes a new instance of CustomerGroup class.
Declaration
public CustomerGroup()
Properties
Id
Gets or sets the customer group id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The customer group id. |
Name
Gets or sets the customer group name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The customer group name. |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable