CsvTransformerT Class |
Namespace: Enkoni.Framework.Serialization
The CsvTransformerT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvTransformerT | Initializes a new instance of the CsvTransformerT class. |
Name | Description | |
---|---|---|
![]() | ColumnNameMappings | Gets the mappings of the column names. The dictionary uses the column index as key and column name as value. |
![]() | CultureMappings | Gets the mappings of the cultures. The dictionary uses the column index as key and culture name as value. |
![]() | EmitHeader | Gets or sets a value indicating whether a header-line must be included when serializing the objects. |
![]() | FormatMappings | Gets the mappings of the format strings. The dictionary uses the column index as key and format string as value. |
![]() | IgnoreHeaderOnRead | Gets or sets a value indicating whether the header should be ignored when reading the file. |
![]() | NullStringMappings | Gets the mappings of the null strings. The dictionary uses the column index as key and null string as value. |
![]() | PropertyDelegates | Gets the delegates that give access to the properties of the instances that need to be serialized and deserialized. |
![]() | Separator | Gets or sets the separator-string. |
Name | Description | |
---|---|---|
![]() | Equals | (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.) |
![]() | FromBytes(Byte, Encoding) | Transforms the content of a byte array into an instance of type T. (Inherited from TransformerT.) |
![]() | FromBytes(Byte, Int32, Int32, Encoding) | Transforms the content of a byte array into an instance of type T. (Inherited from TransformerT.) |
![]() | FromBytesCore(Byte, Encoding) | Transforms the content of a byte array into an instance of type T. (Overrides TransformerTFromBytesCore(Byte, Encoding).) |
![]() | FromBytesCore(Byte, Int32, Int32, Encoding) | Transforms the content of a byte array into an instance of type T. (Overrides TransformerTFromBytesCore(Byte, Int32, Int32, Encoding).) |
![]() | FromString | Transforms a string value into an instance of type T. (Inherited from TransformerT.) |
![]() | FromStringCore | Transforms a string value into an instance of type T. (Overrides TransformerTFromStringCore(String).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() | ToBytes(T, Encoding) | Transforms instance into a byte array. (Inherited from TransformerT.) |
![]() | ToBytes(T, Encoding, Byte, Int32) | Transforms instance into a byte array. (Inherited from TransformerT.) |
![]() | ToBytesCore(T, Encoding) | Transforms instance into a byte array. (Overrides TransformerTToBytesCore(T, Encoding).) |
![]() | ToBytesCore(T, Encoding, Byte, Int32) | Transforms instance into a byte array. (Overrides TransformerTToBytesCore(T, Encoding, Byte, Int32).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToString(T) | Transforms instance into a string. (Inherited from TransformerT.) |
![]() | ToStringCore | Transforms instance into a string. (Overrides TransformerTToStringCore(T).) |