An object that holds a reference to an associated Entity
| C# | Visual Basic |
[SerializableAttribute] public sealed class EntityHolder<TEntity> where TEntity : Entity
<SerializableAttribute> _ Public NotInheritable Class EntityHolder(Of TEntity As Entity)
- TEntity
- The type of the associated Entity
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| EntityHolder<(Of <(TEntity>)>)()()() | ||
| IsLazy |
Gets or sets a value indicating whether this instance is lazy, i.e. is
not yet loaded.
|
| Object | |
| EntityHolder<(Of <(TEntity>)>) | |