Interface IAppDimension
The app dimension is used to model multiple applications. One possible use is the association of each model with a persistence store, like a database.
Namespace: Kephas.Model.Dimensions
Assembly: Kephas.Model.dll
Syntax
[ModelDimension(1, DefaultDimensionElement = typeof(IKernelAppDimensionElement))]
public interface IAppDimension
Remarks
By default, Kephas provides the "Kernel" application which can be used to provide primitives to all the other models.