ImportableMappingData.TypedViewMappings Property |
Gets or sets the typed view mappings.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic List<ImportableGroupableModelElementMapping<ImportableTypedView>> TypedViewMappings { get; }
Public ReadOnly Property TypedViewMappings As List(Of ImportableGroupableModelElementMapping(Of ImportableTypedView))
Get
Property Value
Type:
List<ImportableGroupableModelElementMapping<ImportableTypedView>>
See Also