Base class for SelectFilter and SelectList. Objects of this type can be passed as Map.Entry to DataSourceProvider.setMap(). If getGlobalMetaIdentifier is set this list/filter will be applied to any select that uses the column/node defined in getGlobalMetaIdentifier and will add a condition for this item.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class FilterBase |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FilterBase |
C# | |
---|
public class FilterBase |
Managed Extensions for C++ | |
---|
public __gc class FilterBase |
C++/CLI | |
---|
public ref class FilterBase |
Inheritance Hierarchy
Requirements
Namespace: WindwardInterfaces.net.windward.datasource
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardInterfaces (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardInterfaces\bin\Release\WindwardInterfaces.dll)
See Also