IgnoreBaseAttribute Class
Ignores base classes when auto mapping.
Namespace
CsvHelper.Configuration.Attributes
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type["IgnoreBaseAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class IgnoreBaseAttribute : Attribute

Attributes

Type Description
AttributeUsage