Interface IEntityObjectFactory
Represent entity object factory interface.
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public interface IEntityObjectFactory
Methods
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 |