A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class CustomerEntityFactory

Repesents factory for creation typed entity object by class name and primary key id

Inheritance
System.Object
CustomerEntityFactory
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CustomerEntityFactory : AbstractFactory, IAbstractFactory, IFactoryMethod<EntityObject>

Constructors

CustomerEntityFactory()

Declaration
public CustomerEntityFactory()

Explicit Interface Implementations

IFactoryMethod<EntityObject>.Create(Object)

Creates the specified obj.

Declaration
EntityObject IFactoryMethod<EntityObject>.Create(object obj)
Parameters
Type Name Description
System.Object obj

The obj.

Returns
Type Description
EntityObject

Implements