Click or drag to resize
AllowInSettingRuleAttribute Constructor (String, FrameworkSettingTargetElementType)
Initializes a new instance of the AllowInSettingRuleAttribute class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Attributes
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public AllowInSettingRuleAttribute(
	string friendlyName,
	FrameworkSettingTargetElementType forSpecificElementType
)

Parameters

friendlyName
Type: SystemString
Name of the friendly.
forSpecificElementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of for specific element this attribute should be used for, if there are more defined with the same class.
See Also