IEntityFactory2Create Method |
Name | Description | |
---|---|---|
Create |
Creates a new IEntity2 instance
| |
Create(IEntityFields2) |
Creates a new IEntity2 instance but uses a special constructor which will set the Fields object of the new
IEntity2 instance to the passed in fields object. Implement this method to support multi-type in single table inheritance.
| |
Create(IEntityFieldsCore) |
Creates a new entity instance but uses a special constructor which will set the Fields object of the new
entity instance to the passed in fields object. Implement this method to support multi-type in single table inheritance.
(Inherited from IEntityFactoryCore.) |