Interface IAreaDimension
Dimension identifying an application area. Application areas may be domain models, client models, application services, messaging, and so on.
Namespace: Kephas.Model.Dimensions
Assembly: Kephas.Model.dll
Syntax
[ModelDimension(3, DefaultDimensionElement = typeof(IGlobalAreaDimensionElement))]
public interface IAreaDimension
Remarks
The Area dimension is not aggregatable because areas are distinct across the application.