Skip to main content

map-objects-and-dtos

Maps entities to DTOs (or object-to-object) in an ABP app through the IObjectMapper abstraction. USE FOR: IObjectMapper usage, defining AutoMapper profiles or Mapperly mappers, registering maps with AbpAutoMapperOptions.AddMaps, mapping extra properties, mapping collections, custom/contextual mappers, the mapping-direction rule (auto-map entity to output DTO; build rich domain entities explicitly) and input/output DTO design rules (one input DTO per use case). DO NOT USE FOR: designing the application service that calls the mapper (use application-services) or the standard CrudAppService workflow and its mapping paths (use build-crud-application-services); adding extra properties to a pre-built module's entities/DTOs (use customize-application-modules); implementing validation attributes, IValidatableObject or FluentValidation mechanics (use handle-validation-and-errors).

Zur Installation springen

Quellinformationen

Repository
abpframework/abp-skills
Letzte Quellaktivität
20. Juli 2026 um 03:24
Erkannte Sprache von SKILL.md
Englisch
Sterne
14
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.