IDynamicProperty Interface

Interface of DynamicProperty and derived classes.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public interface IDynamicProperty

Properties

CsvColumnIndexes Gets the column indexes of the CSV file that the DynamicProperty accesses.
CsvColumnNames Gets the column names of the columns of the CSV file that the DynamicProperty accesses.
PropertyName Identifier of the dynamic property.
Record The CsvRecord object used to access the CSV file.

See Also