SaaS CMS has officially launched! Learn more now.

Class CustomerEntityFactory

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

Inheritance
System.Object
CustomerEntityFactory
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.Customers
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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