Opalis Quick Integration Kit 3.0
Use the IInputCollection interface to access the input values provided by Opalis Integration Server as part of a request to execute an OpalisObject.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
public 
interface 
IInputCollection : 
IEnumerable<
KeyValuePair<
string, 

IRuntimeValue>>, 
	
IEnumerable 
Visual Basic (Declaration)
Public 
Interface 
IInputCollection _
	
Implements 
IEnumerable(
Of 
KeyValuePair(
Of 
String, 

IRuntimeValue)),  _
	
IEnumerable 
Visual C++
public 
interface class 
IInputCollection : 
IEnumerable<
KeyValuePair<
String^, 

IRuntimeValue^>>, 
	
IEnumerable 

See Also