OutputSettingValuesContainer Constructor |
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public OutputSettingValuesContainer(
FrameworkSettingTargetElementType forTargetElementType
)
Public Sub New (
forTargetElementType As FrameworkSettingTargetElementType
)
Parameters
- forTargetElementType
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
The type of the target element this container is for.
See Also