Interface IModuleDimension
Dimension identifying modules within the application. Modules are functional units of an application which are autonomous but at the same time possibly integrated with one another.
Namespace: Kephas.Model.Dimensions
Assembly: Kephas.Model.dll
Syntax
[ModelDimension(2, DefaultDimensionElement = typeof(ICoreModuleDimensionElement))]
public interface IModuleDimension
Remarks
The module dimension is not aggregatable because it splits the application into autonomous units, which can interact with one another but which cannot be aggregated.