Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.