4257aebf 33d0 7e74 974a 770d4244b3fb - akesseler/Plexdata.CsvParser GitHub Wiki

TypeDescriptor Class

This internal class describes the characteristics of a class representing a CSV content.

Inheritance Hierarchy

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

Syntax

C#

internal class TypeDescriptor

The TypeDescriptor type exposes the following members.

Constructors

 

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

Properties

 

Name Description
Public property Document Gets the assigned instance of class CsvDocumentAttribute .
Public property Settings Gets the assigned list of instances of class ItemDescriptor .
  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 Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Remarks

The type descriptor class just serves as a summary of the characteristics of a CSV definition class.

See Also

Reference

Plexdata.CsvParser.Internals Namespace

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