Search Results for

    Show / Hide Table of Contents

    Class CsvProperty<T>

    CsvProperty corresponds to column in a CSV file

    Inheritance
    System.Object
    CsvPropertyBase
    CsvProperty<T>
    Inherited Members
    CsvPropertyBase.IsCustom
    CsvPropertyBase.ColumnName
    CsvPropertyBase.Index
    CsvPropertyBase.PropertyType
    CsvPropertyBase.InputFormat
    Namespace: FluentCsvMachine.Property
    Assembly: library.dll
    Syntax
    public class CsvProperty<T> : CsvPropertyBase
    Type Parameters
    Name Description
    T

    This property belongs to T type

    Constructors

    | Improve this Doc View Source

    CsvProperty(Type, Expression<Func<T, Nullable<Object>>>)

    CsvProperty corresponds to column in a CSV file

    Declaration
    public CsvProperty(Type propertyType, Expression<Func<T, object?>> accessor)
    Parameters
    Type Name Description
    Type propertyType

    Value type of the property

    Expression<Func<T, System.Nullable<System.Object>>> accessor

    Expression to the property which shall be mapped

    Properties

    | Improve this Doc View Source

    Accessor

    Accessor of the property

    Declaration
    public Expression<Func<T, object?>> Accessor { get; }
    Property Value
    Type Description
    Expression<Func<T, System.Nullable<System.Object>>>

    Extension Methods

    CsvPropertyExtensions.ColumnName(CsvPropertyBase, String)
    CsvPropertyExtensions.InputFormat(CsvPropertyBase, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright travelr - MIT License