EntityResolverUtils..::..GetTargetEntityIdPropInDTO Method
Gets the DTO property that contains id of the secondary (resolved) entity.
Namespace:
Suoranta.EnterpriseLib.Util.AutoMapperAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public static PropertyInfo GetTargetEntityIdPropInDTO( Type entityDtoType, PropertyInfo destinationPropInfo )
Parameters
- entityDtoType
- Type: Type
Type of the DTO.
- destinationPropInfo
- Type: PropertyInfo
PropertyInfo of entity type's property whose value will be resolved.

