Establishes the entity manager to be used internally by this ContentControlBase.
Inheriters should override this method to be able to provide an instance of their own entity manager type.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
protected virtual EntityManager CreateEntityManager( Object item ) |
Visual Basic (Declaration) |
---|
Protected Overridable Function CreateEntityManager ( _ item As Object _ ) As EntityManager |
Parameters
- item
- Type: System..::.Object
Item to be managed.