Search Results for

    Show / Hide Table of Contents

    Class Tenant

    Inheritance
    System.Object
    Tenant
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class Tenant : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    Tenant()

    Declaration
    public Tenant()

    Properties

    | Improve this Doc View Source

    ConnectionId

    Declaration
    public int? ConnectionId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ESS_DC_BASE_DBConnection

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

    ExternId

    ID of the tenant in the external system

    Declaration
    public int? ExternId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ExternName

    Name of the tenant in the external system

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

    ExternSystem

    Declaration
    public Guid ExternSystem { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Id

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

    Name

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

    Tenant_ExternSystem

    Declaration
    public virtual Tenant_ExternSystem Tenant_ExternSystem { get; set; }
    Property Value
    Type Description
    Tenant_ExternSystem

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx