Class CustomerEntityFactory
Repesents factory for creation typed entity object by class name and primary key id
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
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 |