Show / Hide Table of Contents

Interface IModelProjection

Contract for model projections.

Inherited Members
INamedElement.QualifiedFullName
INamedElement.FullName
INamedElement.Annotations
INamedElement.DeclaringContainer
INamedElement.ModelSpace
INamedElement.IsInherited
IAggregatedElementInfo.Parts
IElementInfo.Name
IExpando.HasDynamicMember(String)
IExpando.ToDictionary(Func<String, String>, Func<Object, Object>)
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
IIndexable.Item[String]
IAttributeProvider.GetAttributes<TAttribute>()
Namespace: Kephas.Model
Assembly: Kephas.Model.dll
Syntax
public interface IModelProjection : INamedElement, IAggregatedElementInfo, IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider

Properties

| Improve this Doc View Source

AggregatedProjection

Gets the aggregated projection, if the projection is part of an aggregated one.

Declaration
IModelProjection AggregatedProjection { get; }
Property Value
Type Description
IModelProjection

The aggregated projection.

| Improve this Doc View Source

AggregatedProjectionName

Gets the name of the aggregated projection.

Declaration
string AggregatedProjectionName { get; }
Property Value
Type Description
System.String

The name of the aggregated projection.

| Improve this Doc View Source

DimensionElements

Gets the dimension elements making up this projection.

Declaration
IModelDimensionElement[] DimensionElements { get; }
Property Value
Type Description
IModelDimensionElement[]

The dimension elements.

| Improve this Doc View Source

IsAggregated

Gets a value indicating whether this projection is the result of aggregating one or more projections.

Declaration
bool IsAggregated { get; }
Property Value
Type Description
System.Boolean

true if this instance is aggregated; otherwise, false.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
RuntimeTypeInfoExtensions.IsExcludedFromModel(IAttributeProvider)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX