RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FilterItemType<(Of <(<'TFilterItem>)>)> Class

Class FilterItemType. Implements the FilterItemDefinition

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public abstract class FilterItemType<TFilterItem> : FilterItemDefinition
where TFilterItem : FilterItemType<TFilterItem>
Public MustInherit Class FilterItemType(Of TFilterItem As FilterItemType(Of TFilterItem)) _
	Inherits FilterItemDefinition
generic<typename TFilterItem>
where TFilterItem : FilterItemType<TFilterItem>
public ref class FilterItemType abstract : public FilterItemDefinition

Type Parameters

TFilterItem
The type of the t filter item.

Inheritance Hierarchy


Object
  RingSoft.DbLookup.TableProcessing..::..FilterItemDefinition
    RingSoft.DbLookup.TableProcessing..::..FilterItemType<(Of <(<'TFilterItem>)>)>