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 SourceSelectedTenant
Gets or sets the tenant
Declaration
OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
Tenants
Gets or sets a list of available tenants
Declaration
ObservableCollection<OrganizationTenant> Tenants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<OrganizationTenant> |