| SD.LLBLGen.Pro.Core.Attributes Namespace | 
| Class | Description | |
|---|---|---|
| AllowInFilterAttribute | 
            Attribute which is used on properties to allow them in a filtering situation, when the containing type is found in an instance of
            FilteringBindingList(Of T) and has the FilterPropertiesAttribute applied to itself. Properties with this attribute are the only ones accepted in
            that situation by the FilteringBindingList(Of T), all other properties/fields are ignored. If the containing type doesn't have the FilterPropertiesAttribute
            attribute applied to itself, this attribute is ignored. 
              | |
| FilterPropertiesAttribute | 
            Attribute which is used in a FilteringBindingList(Of T) which will filter on properties of types which have this attribute assigned to themselves. 
            If a type has this property assigned to it, properties which have the attribute AllowInFilterAttribute are accepted, otherwise all properties
            are accepted.
              |