Enum MappingPropertyDefinitionChecks
Namespace: Volo.Abp.ObjectExtending
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public enum MappingPropertyDefinitionChecks : byte
Fields
| Name | Description |
|---|---|
| Both | Copy extra properties defined for both of the source and destination classes. |
| Destination | Copy the extra properties defined for the destination class. |
| None | No check. Copy all extra properties from the source to the destination. |
| Source | Copy the extra properties defined for the source class. |