Search Results for

    Show / Hide Table of Contents

    Class ConnectionConfiguration

    Poco to represent a connection

    Inheritance
    System.Object
    ConnectionConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Configuration
    Assembly: Simplic.Configuration.dll
    Syntax
    public class ConnectionConfiguration

    Properties

    | Improve this Doc View Source

    ConnectionString

    Gets or sets the connection string

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

    ConnectionType

    Gets or sets the connection type (DB column dbtype)

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

    Id

    Gets or sets the Id (DB column ID)

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

    TenantName

    Gets or sets the tenant name (DB column mnd_name)

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

    TenantNumber

    Gets or sets the tenant number (DB column mnd_nummer)

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