EntityResolver<(Of <(<'TEntityDTO, TEntity, TResolvedEntity>)>)> Members
The EntityResolver<(Of <(<'TEntityDTO, TEntity, TResolvedEntity>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
EntityResolver<(Of <(<'TEntityDTO, TEntity, TResolvedEntity>)>)>(DbContext) |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEntity(TEntityDTO) | (Inherited from EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>.) |
|
|
GetEntity<(Of <<'(T>)>>)(IDataTransferObject) | (Inherited from EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Resolve(TEntityDTO, TEntity, TResolvedEntity, ResolutionContext) | |
|
|
Resolve<(Of <<'(TResolvedEntity>)>>)(TEntityDTO, TEntity, TResolvedEntity, ResolutionContext) | (Inherited from EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>.) |
|
|
ResolveMany<(Of <<'(TResolvedEntity>)>>) | (Inherited from EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AutoAddCreated |
Automatically add created entities to the DbSet. The default is true.
(Inherited from EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>.) |
|
|
CreateMissing |
Create entities not found by [GetEntity{T}(IDataTransferObject)]. The default is true.
(Inherited from EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>.) |

