Interface IAspectDimension
Dimension identifying orthogonal aspects within the application. By default, Kephas provide a default dimension element named 'Main', identifying the main concern of a model element.
Namespace: Kephas.Model.Dimensions
Assembly: Kephas.Model.dll
Syntax
[AggregatableModelDimension(5, DefaultDimensionElement = typeof(IDefaultAspectDimensionElement))]
public interface IAspectDimension
Remarks
The aspect dimension is aggregatable because it may provide logical aspects of the same element, which, after aggregation, are weaved into one integral element.