1a67af30 3b66 c2f6 da9e 995136b9e348 - akesseler/Plexdata.CsvParser GitHub Wiki
This internal class describes the characteristics of a single property that represents a CSV column.
System.Object
Plexdata.CsvParser.Internals.ItemDescriptor
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
internal class ItemDescriptor
The ItemDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ItemDescriptor | The parameterized class constructor. |
Name | Description | |
---|---|---|
![]() |
Column | Gets the assigned instance of class CsvColumnAttribute . |
![]() |
Origin | Gets the assigned instance of class PropertyInfo . |
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | This method returns a string containing current instance information. (Overrides Object.ToString().) |
The item descriptor class just serves as a summary of the characteristics of one column in a CSV file.