Try our conversational search powered by Generative AI!

Class SerializedCarts

Feature allows working on the serializable cart system. This feature is used to replace the legacy cart system.

Inheritance
System.Object
SerializedCarts
Implements
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: Mediachase.Commerce.Core.Features
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class SerializedCarts : IFeature

Constructors

SerializedCarts()

Declaration
public SerializedCarts()

Fields

FeatureSerializedCarts

The feature new cart system.

Declaration
public const string FeatureSerializedCarts = "SerializedCarts"
Field Value
Type Description
System.String

Properties

Name

Gets the name of the feature.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

State

Gets or sets the state of the feature.

Declaration
public FeatureState State { get; }
Property Value
Type Description
FeatureState

Methods

DisableFeature()

Disables the feature.

Declaration
public void DisableFeature()

EnableFeature()

Enables the feature.

Declaration
public void EnableFeature()

Implements