Click or drag to resize
IEntityFactoryCreate Method
Overload List
  NameDescription
Public methodCreate
Creates a new IEntity instance
Public methodCreate(IEntityFields)
Creates a new IEntity instance but uses a special constructor which will set the Fields object of the new IEntity instance to the passed in fields object. Implement this method to support multi-type in single table inheritance.
Public methodCreate(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.)
Top
See Also