Interface IMultiTenantCompatibleViewModel
Interface which makes a viewmodel or datamodel multi tenant/client compatible. Should be implemented into all viewmodels
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public interface IMultiTenantCompatibleViewModel : IMultiTenantCompatible, ITenantBased, INotifyPropertyChanged