Skip to content

ConverterAttribute

jasniec edited this page Nov 1, 2019 · 1 revision

ConverterAttribute was created before IParserInterface. Now it's recommended to create own attribute than use ConverterAttribute.

Constructor attributes:

  • Type converterType - type of IConverter class with public default constructor

Takes: object
Returns: object

Class that impements IConverter is responsible for the convert process. In this attribute it is created and called.