Windward Studios API Reference
FilterBase Constructor(SORT_ORDER,String)
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterBase Class > FilterBase Constructor : FilterBase Constructor(SORT_ORDER,String)




sort
Set the sort order if we override it.
varName
The name of the var this filter is for.

Glossary Item Box

Create the object.

Syntax

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

Parameters

sort
Set the sort order if we override it.
varName
The name of the var this filter is for.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software