Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AbstractFactory

AbstractFactory

Inheritance
System.Object
AbstractFactory
Implements
Namespace: Mediachase.Commerce.Customers.Common
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public abstract class AbstractFactory : Object, IAbstractFactory

Constructors

AbstractFactory()

Declaration
protected AbstractFactory()

Methods

Create<T>(Object)

Creates the specified obj.

Declaration
public T Create<T>(object obj)
Parameters
Type Name Description
System.Object obj

The obj.

Returns
Type Description
T
Type Parameters
Name Description
T

IsProduct<T>()

Determines whether this instance is product.

Declaration
public bool IsProduct<T>()
Returns
Type Description
System.Boolean

true if this instance is product; otherwise, false.

Type Parameters
Name Description
T

Implements