CsvColumnAttribute Class |
Namespace: Enkoni.Framework.Serialization
The CsvColumnAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvColumnAttribute | Initializes a new instance of the CsvColumnAttribute class using a default field index. |
![]() | CsvColumnAttribute(Int32) | Initializes a new instance of the CsvColumnAttribute class. |
Name | Description | |
---|---|---|
![]() | CultureName | Gets or sets the name of the culture that must be used to parse the field value. If this property is set, it overrides any
culture-settings that may have been set in the CsvRecord-attribute. |
![]() | FieldIndex | Gets the index of the field in the CSV file. |
![]() | FormatString | Gets or sets the format string that is to be used when parsing the column value. De following format strings are supported:
|
![]() | NullString | Gets or sets the string that is used to identify a null-value. During serialization, this value is used when the property to which
this attribute is applied equals . During deserialization, if the serialized value equals this null-string,
or the default value is used. |
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.) |