Class RuntimeProjectionBuilder
A runtime projection builder.
Inheritance
System.Object
RuntimeProjectionBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Model.Runtime.Construction.Builders
Assembly: Kephas.Model.dll
Syntax
public class RuntimeProjectionBuilder
Constructors
| Improve this Doc View SourceRuntimeProjectionBuilder()
Initializes a new instance of the RuntimeProjectionBuilder class.
Declaration
public RuntimeProjectionBuilder()
Methods
| Improve this Doc View SourceDim<TModelDimensionElement>()
Adds the dimension element identified by the type.
Declaration
public RuntimeProjectionBuilder Dim<TModelDimensionElement>()
Returns
Type | Description |
---|---|
RuntimeProjectionBuilder | This RuntimeProjectionBuilder. |
Type Parameters
Name | Description |
---|---|
TModelDimensionElement | Type of the model dimension element. |