Interface IEntityObjectFactory
Represent entity object factory interface.
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public interface IEntityObjectFactoryMethods
CanCreate(String)
Determines whether this instance can create the specified meta class.
Declaration
bool CanCreate(string metaClassName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | metaClassName | The meta class. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
CreateInstance(String)
Creates the instance.
Declaration
EntityObject CreateInstance(string metaClassName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | metaClassName | The name of the meta class. | 
Returns
| Type | Description | 
|---|---|
| EntityObject | 
