World is now on Opti ID! 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