EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)> Members
The EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEntity(TEntityDTO) | |
|
|
GetEntity<(Of <<'(T>)>>)(IDataTransferObject) | |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Resolve<(Of <<'(TResolvedEntity>)>>) | |
|
|
ResolveMany<(Of <<'(TResolvedEntity>)>>) | |
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
dbContext | |
|
|
destinationPropInfos |
Maps Type of the property (secondary entity, TResolvedEntity) to resolve to
the corresponding property of TEntity.
|
|
|
targetEntityIdPropsInDTO |
Properties
| Name | Description | |
|---|---|---|
|
|
AutoAddCreated |
Automatically add created entities to the DbSet. The default is true.
|
|
|
CreateMissing |
Create entities not found by [GetEntity{T}(IDataTransferObject)]. The default is true.
|

