4257aebf 33d0 7e74 974a 770d4244b3fb - akesseler/Plexdata.CsvParser GitHub Wiki
This internal class describes the characteristics of a class representing a CSV content.
System.Object
Plexdata.CsvParser.Internals.TypeDescriptor
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
internal class TypeDescriptor
The TypeDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
TypeDescriptor | The parameterized class constructor. |
Name | Description | |
---|---|---|
![]() |
Document | Gets the assigned instance of class CsvDocumentAttribute . |
![]() |
Settings | Gets the assigned list of instances of class ItemDescriptor . |
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 | Returns a string that represents the current object. (Inherited from Object.) |
The type descriptor class just serves as a summary of the characteristics of a CSV definition class.