Windward Studios API Reference
FilterList Constructor
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterList Class : FilterList Constructor




sort
Set the sort order if we override it.
varName
The name of the var this filter is for.
items
The items in this list. The elements are the parameters to set for the ${var} in the select.

Glossary Item Box

Create the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sort As FilterBase.SORT_ORDER, _
   ByVal varName As String, _
   ByVal items As IEnumerable(Of Object) _
)
Visual Basic (Usage)Copy Code
Dim sort As FilterBase.SORT_ORDER
Dim varName As String
Dim items As IEnumerable(Of Object)
 
Dim instance As New FilterList(sort, varName, items)
C# 
public FilterList( 
   FilterBase.SORT_ORDER sort,
   string varName,
   IEnumerable<object> items
)
Managed Extensions for C++ 
public: FilterList( 
   FilterBase.SORT_ORDER sort,
   string* varName,
   IEnumerable<Object*>* items
)
C++/CLI 
public:
FilterList( 
   FilterBase.SORT_ORDER sort,
   String^ varName,
   IEnumerable<Object^>^ items
)

Parameters

sort
Set the sort order if we override it.
varName
The name of the var this filter is for.
items
The items in this list. The elements are the parameters to set for the ${var} in the select.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software