1a67af30 3b66 c2f6 da9e 995136b9e348 - akesseler/Plexdata.CsvParser GitHub Wiki

ItemDescriptor Class

This internal class describes the characteristics of a single property that represents a CSV column.

Inheritance Hierarchy

System.Object
  Plexdata.CsvParser.Internals.ItemDescriptor
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

internal class ItemDescriptor

The ItemDescriptor type exposes the following members.

Constructors

 

Name Description
Public method ItemDescriptor The parameterized class constructor.
  Back to Top

Properties

 

Name Description
Public property Column Gets the assigned instance of class CsvColumnAttribute .
Public property Origin Gets the assigned instance of class PropertyInfo .
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString This method returns a string containing current instance information. (Overrides Object.ToString().)
  Back to Top

Remarks

The item descriptor class just serves as a summary of the characteristics of one column in a CSV file.

See Also

Reference

Plexdata.CsvParser.Internals Namespace

⚠️ **GitHub.com Fallback** ⚠️