Search Results for

    Show / Hide Table of Contents

    Interface ITenantBased

    Interface which makes a viewmodel or datamodel multi tenant/client compatible. Should be implemented into all instance data models

    Namespace: Simplic.Framework.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public interface ITenantBased

    Properties

    | Improve this Doc View Source

    SelectedTenant

    Gets or sets the tenant

    Declaration
    OrganizationTenant SelectedTenant { get; set; }
    Property Value
    Type Description
    OrganizationTenant
    | Improve this Doc View Source

    Tenants

    Gets or sets a list of available tenants

    Declaration
    ObservableCollection<OrganizationTenant> Tenants { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<OrganizationTenant>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx