Class CustomerEntityFactory
Repesents factory for creation typed entity object by class name and primary key id
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: 13.30.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 |