4661412e 54c6 901b 17f3 4d7090a0a448 - akesseler/Plexdata.CsvParser GitHub Wiki
The Plexdata.CsvParser.Attributes namespace contains all supported attributes of the Plexdata CSV Parser.
Class | Description | |
---|---|---|
![]() |
CsvColumnAttribute | This attribute can be used on properties to tell the CSV processors that this property want be should in the processing procedure. |
![]() |
CsvDocumentAttribute | This is simply a convenient attribute that might be used on classes to tell users that this class is represents a CSV document content. |
![]() |
CsvIgnoreAttribute | This is simply a convenient attribute that might be used on properties to tell users that this property is not included in the processing procedure. |
This namespace contains classes to be used to tag own classes as CSV document as well as to tag class properties as CSV columns.