Inheritance
MapExtraPropertiesAttribute
Assembly: Volo.Abp.Mapperly.dll
[AttributeUsage(AttributeTargets.Class)]
public class MapExtraPropertiesAttribute : Attribute
Constructors
Declaration
public MapExtraPropertiesAttribute()
Properties
Declaration
public MappingPropertyDefinitionChecks DefinitionChecks { get; set; }
Property Value
Declaration
public string[]? IgnoredProperties { get; set; }
Property Value
Declaration
public bool MapToRegularProperties { get; set; }
Property Value
Extension Methods