Search Results for

    Show / Hide Table of Contents

    Class YamlStorageSetup

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

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

    Constructors

    | Improve this Doc View Source

    YamlStorageSetup(FileInfo, WritePermissions)

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

    Declaration
    public YamlStorageSetup(FileInfo fileInfo, WritePermissions permissions = default(WritePermissions))
    Parameters
    Type Name Description
    FileInfo fileInfo

    The file information, the storage is attached to.

    WritePermissions permissions

    The permission flag to access the file.

    | Improve this Doc View Source

    YamlStorageSetup(String, WritePermissions)

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

    Declaration
    public YamlStorageSetup(string file, WritePermissions permissions = default(WritePermissions))
    Parameters
    Type Name Description
    System.String file

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

    WritePermissions permissions

    The permission flag to access the file.

    Properties

    | Improve this Doc View Source

    Encoder

    Gets or sets the encoding of the file. The default value is .

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

    ValueHandling

    Gets or sets the value handing for default or null values. The default value is .

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