| AllowInFilterAttribute Constructor (Int32) | 
  
    Namespace: 
   SD.LLBLGen.Pro.Core.Attributes
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic AllowInFilterAttribute(
	int orderIndex
)
Public Sub New ( 
	orderIndex As Integer
)
Parameters
- orderIndex
 - Type: SystemInt32
the orderindex, which is a number used to order the properties on which have this attribute applied to themselves 
See Also