Windward Engine API Reference
JsonResultSetDotNet Constructor(List,String,String)
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.json Namespace > JsonResultSetDotNet Class > JsonResultSetDotNet Constructor : JsonResultSetDotNet Constructor(List,String,String)




records
records The set of objects. Each record is a pair of an actual JSON object and its path in the data source.
query
The query that returned the set of objects.
tagType
The tag type.

Glossary Item Box

Creates a new instance of this class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal records As java.util.List, _
   ByVal query As String, _
   ByVal tagType As String _
)
Visual Basic (Usage)Copy Code
Dim records As java.util.List
Dim query As String
Dim tagType As String
 
Dim instance As New JsonResultSetDotNet(records, query, tagType)
C# 
public JsonResultSetDotNet( 
   java.util.List records,
   string query,
   string tagType
)
Managed Extensions for C++ 
public: JsonResultSetDotNet( 
   java.util.List* records,
   string* query,
   string* tagType
)
C++/CLI 
public:
JsonResultSetDotNet( 
   java.util.List^ records,
   String^ query,
   String^ tagType
)

Parameters

records
records The set of objects. Each record is a pair of an actual JSON object and its path in the data source.
query
The query that returned the set of objects.
tagType
The tag type.

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.