Interface IRuntimeModelProjectionProvider
Provides the model projection for the IRuntimeTypeInfo.
Namespace: Kephas.Model.Runtime
Assembly: Kephas.Model.dll
Syntax
public interface IRuntimeModelProjectionProvider
Methods
| Improve this Doc View SourceGetModelProjection(IModelConstructionContext, IRuntimeTypeInfo)
Gets the model projection for the provided IRuntimeTypeInfo.
Declaration
IModelProjection GetModelProjection(IModelConstructionContext constructionContext, IRuntimeTypeInfo typeInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IModelConstructionContext | constructionContext | Context for the construction. |
| IRuntimeTypeInfo | typeInfo | Information describing the type. |
Returns
| Type | Description |
|---|---|
| IModelProjection | The model projection. |