Interface IModelDimensionElement
Contract for model dimension elements.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Model
Assembly: Kephas.Model.dll
Syntax
[MemberNameDiscriminator(":")]
public interface IModelDimensionElement : IModelElement, INamedElement, IAggregatedElementInfo, IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceDeclaringDimension
Gets the dimension declaring this element.
Declaration
IModelDimension DeclaringDimension { get; }
Property Value
Type | Description |
---|---|
IModelDimension | The declaring dimension. |
DimensionName
Gets the name of the dimension.
Declaration
string DimensionName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the dimension. |