Class PriceDetail
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 PriceDetail : Price, ICloneable
  Constructors
PriceDetail()
Declaration
public PriceDetail()
  PriceDetail(IPriceDetailValue, EntryContentBase)
Initializes a new instance of the PriceDetail class.
Declaration
public PriceDetail(IPriceDetailValue priceDetailValue, EntryContentBase entry)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IPriceDetailValue | priceDetailValue | The price detail value.  | 
      
| EntryContentBase | entry | The entry.  | 
      
Properties
PriceValueId
Gets or sets the price id.
Declaration
public long PriceValueId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
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.  | 
      
ToPriceDetailValue()
Converts to a IPriceValue instance.
Declaration
public IPriceDetailValue ToPriceDetailValue()
  Returns
| Type | Description | 
|---|---|
| IPriceDetailValue | The converted object.  | 
      
Implements
      System.ICloneable