InjectionOptionsAttribute Class
The injection options.
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["InjectionOptionsAttribute"] class Type type-node

Syntax

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

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
InjectionOptionsAttribute(InjectionOptions) The injection options.

Properties

Name Property Type Summary
InjectionOptions InjectionOptions
The injection options.

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.