Search Results for

    Show / Hide Table of Contents

    Class CsvStorageSetup

    This storage setup extends FileSetupBase to specify parameters for an access to CSV files.

    Inheritance
    System.Object
    FileSetupBase
    CsvStorageSetup
    Inherited Members
    FileSetupBase.File
    FileSetupBase.Filename
    FileSetupBase.Extension
    FileSetupBase.Location
    FileSetupBase.Exists
    FileSetupBase.Permissions
    FileSetupBase.Info()
    FileSetupBase.SetFile(FileInfo)
    Namespace: TeleScope.Persistence.Csv
    Assembly: TeleScope.Persistence.Csv.dll
    Syntax
    public class CsvStorageSetup : FileSetupBase

    Constructors

    | Improve this Doc View Source

    CsvStorageSetup(FileInfo)

    The constructor calls the according base class constructor and leaves the default settings of the property.

    Declaration
    public CsvStorageSetup(FileInfo fileInfo)
    Parameters
    Type Name Description
    FileInfo fileInfo

    The file information, the storage is attached to.

    | Improve this Doc View Source

    CsvStorageSetup(String)

    The constructor calls the according base class constructor and leaves the default settings of the property.

    Declaration
    public CsvStorageSetup(string file)
    Parameters
    Type Name Description
    System.String file

    The file represented as string, the storage is attached to.

    Properties

    | Improve this Doc View Source

    Encoder

    Gets or sets the encoding of the file.

    Declaration
    public Encoding Encoder { get; set; }
    Property Value
    Type Description
    Encoding
    | Improve this Doc View Source

    HasHeader

    Gets the information if the CSV storage has header information or not.

    Declaration
    public bool HasHeader { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Header

    Gets a string that is used as heading line(s) before CSV data starts.

    Declaration
    public string Header { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Separator

    Gets the character to identify the separation between values.

    Declaration
    public char Separator { get; set; }
    Property Value
    Type Description
    System.Char
    | Improve this Doc View Source

    StartRow

    Gets the index of the first row where the CSV data starts.

    Declaration
    public uint StartRow { get; set; }
    Property Value
    Type Description
    System.UInt32
    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾