8abb7228 4760 3466 f8d8 1bac378b4e7b - akesseler/Plexdata.CsvParser GitHub Wiki
The CsvContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ChangeColumn | Changes the whole content of affected column. |
![]() |
Contains | Determines whether a particular header is in the container. |
![]() ![]() |
CreateDefaultSettings | Creates an instance of class CsvSettings and initializes it with relevant default values. |
![]() ![]() |
CreateInitialContent | Creates an initial content according to provided width and length. |
![]() |
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.) |
![]() |
GetColumnIndex | This method tries to determine the column for provided header. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetObject | This method simply tries to convert provided string into its expected object representation. |
![]() |
GetTransformedContent | Gets the transformed content of this container. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue(Int32, Int32, Type) | This method gets the type-save value for provided column and at specified index taking provide type into account. |
![]() |
GetValue(String, Int32, Type) | This method gets the type-save value for provided header and at specified index taking provide type into account. |
![]() |
GetValue(TType)(Int32, Int32) | This method gets the type-save value for provided column and at specified index. |
![]() |
GetValue(TType)(String, Int32) | This method gets the type-save value for provided header and at specified index. |
![]() |
IsValid | Determines whether source list is valid. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetValue(Object, Int32, Int32) | Sets provided value at field referenced by column and index. |
![]() |
SetValue(Object, String, Int32) | Sets provided value at field referenced by header and index. |
![]() |
SetValue(TType)(TType, Int32, Int32) | Sets provided value of type TType at field referenced by column and index. |
![]() |
SetValue(TType)(TType, String, Int32) | Sets provided value of type TType at field referenced by header and index. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() |
Transform | This method transforms line-oriented content into its column-oriented representation. |
![]() |
TryGetValue(Int32, Int32, Type) | This method tries to get the type-save value for provided column an at specified index taking provide type into account. |
![]() |
TryGetValue(String, Int32, Type) | This method tries to get the type-save value for provided header an at specified index taking provide type into account. |
![]() |
TryGetValue(TType)(Int32, Int32) | This method tries to get the type-save value for provided column an at specified index. |
![]() |
TryGetValue(TType)(String, Int32) | This method tries to get the type-save value for provided header an at specified index. |
![]() |
TrySetValue(Object, Int32, Int32) | Tries to set provided value at field referenced by column and index. |
![]() |
TrySetValue(Object, String, Int32) | Tries to set provided value at field referenced by header and index. |
![]() |
TrySetValue(TType)(TType, Int32, Int32) | Tries to set provided value of type TType at field referenced by column and index. |
![]() |
TrySetValue(TType)(TType, String, Int32) | Tries to set provided value of type TType at field referenced by header and index. |
Name | Description | |
---|---|---|
![]() |
GetColumn | Gets the zero-based index of a column that is referenced by provided header. (Defined by CsvContainerExtension.) |
![]() |
Serialize() | Overloaded. Serializes the content of provided CsvContainer into a string. (Defined by CsvContainerExtension.) |
![]() |
Serialize(CsvSettings) | Overloaded. Serializes the content of provided CsvContainer into a string using provided settings. (Defined by CsvContainerExtension.) |
![]() |
Sort(String, SortOrder) | Overloaded. Sorts the container by column referenced by provided header and in provided sort order. (Defined by CsvContainerExtension.) |
![]() |
Sort(Int32, SortOrder) | Overloaded. Sorts the container by referenced column and in provided sort order. (Defined by CsvContainerExtension.) |