Click or drag to resize
EntityFactoryCore2Create Method
Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityFactoryCoreCreate
Creates a new entity instance.
Explicit interface implementationPrivate methodIEntityFactoryCoreCreate(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.
Top
See Also