Class CustomerGroup
Represents the customer group.
Inheritance
System.Object
    CustomerGroup
  Implements
System.ICloneable
  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.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class CustomerGroup : 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