Click or drag to resize

InjectAttribute Class

Instruct
Reader
to map database key to constructor parameter.
Inheritance Hierarchy

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public sealed class InjectAttribute : Attribute

The InjectAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInjectAttribute
Create a new instance of
InjectAttribute
.
Top
Properties
  NameDescription
Public propertyParameterName
The name to use for the property.
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
See Also