Initializes a new instance of the Entity class.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
protected internal Entity( Object item, Entity..::.Initialization initialization ) |
| Visual Basic (Declaration) |
|---|
Protected Friend Sub New ( _ item As Object, _ initialization As Entity..::.Initialization _ ) |
Parameters
- item
- Type: System..::.Object
Entity item to be wrapped by the Entity.
- initialization
- Type: DlhSoft.Windows.Data..::.Entity..::.Initialization
A method to be called when the Entity is inserted into the parent collection.