CsvRecordAttribute Class |
Namespace: Enkoni.Framework.Serialization
The CsvRecordAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvRecordAttribute | Initializes a new instance of the CsvRecordAttribute class using a default separator. |
![]() | CsvRecordAttribute(Char) | Initializes a new instance of the CsvRecordAttribute class. |
![]() | CsvRecordAttribute(String) | Initializes a new instance of the CsvRecordAttribute class. |
Name | Description | |
---|---|---|
![]() | CultureName | Gets or sets the name of the culture that must be used to parse the field values. |
![]() | IgnoreHeaderOnRead | Gets or sets a value indicating whether the first line in the file must be ignored when deserializing the object. |
![]() | Separator | Gets the separator string. Defaults to ",". |
![]() | WriteHeader | Gets or sets a value indicating whether the header must be included in the file when serializing the object. |
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.) |
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |