AllowInSettingRuleAttribute Constructor (String, FrameworkSettingTargetElementType) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Attributes
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic AllowInSettingRuleAttribute(
	string friendlyName,
	FrameworkSettingTargetElementType forSpecificElementType
)
Public Sub New ( 
	friendlyName As String,
	forSpecificElementType As FrameworkSettingTargetElementType
)
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