Search Results for

    Show / Hide Table of Contents

    Class StorageConfiguration

    Inheritance
    System.Object
    StorageConfiguration
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class StorageConfiguration : object

    Properties

    | Improve this Doc View Source

    ConnectionStringName

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

    Enable

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

    Priorization

    Declaration
    public int Priorization { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Provider

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

    ReadOnly

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

    TenantId

    Declaration
    public string TenantId { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx