Windward Engine API Reference
ODataUtilitiesBase.ResultComplexValue Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ResultComplexValue Class : ODataUtilitiesBase.ResultComplexValue Constructor




name
The name of the property.
properties
The list of properties.

Glossary Item Box

Creates the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal properties As IList(Of ODataUtilitiesBase.ResultProperty) _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim properties As IList(Of ODataUtilitiesBase.ResultProperty)
 
Dim instance As New ODataUtilitiesBase.ResultComplexValue(name, properties)
C# 
public ODataUtilitiesBase.ResultComplexValue( 
   string name,
   IList<ODataUtilitiesBase.ResultProperty> properties
)
Managed Extensions for C++ 
public: ODataUtilitiesBase.ResultComplexValue( 
   string* name,
   IList<ODataUtilitiesBase.ResultProperty*>* properties
)
C++/CLI 
public:
ODataUtilitiesBase.ResultComplexValue( 
   String^ name,
   IList<ODataUtilitiesBase.ResultProperty^>^ properties
)

Parameters

name
The name of the property.
properties
The list of properties.

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.