DataPA Enterprise Dashboard Controls API Reference
Initializes a new instance of the Application class

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public Application(
	Object Systems,
	Object Links,
	Object Subjects,
	Object Conditions,
	Object SmartDataObjects,
	Object Lookups,
	Object Functions,
	Object FunctionParams,
	Object RootObject = null
)
Visual Basic
Public Sub New ( 
	Systems As Object,
	Links As Object,
	Subjects As Object,
	Conditions As Object,
	SmartDataObjects As Object,
	Lookups As Object,
	Functions As Object,
	FunctionParams As Object,
	Optional RootObject As Object = Nothing
)
Visual C++
public:
Application(
	Object^ Systems, 
	Object^ Links, 
	Object^ Subjects, 
	Object^ Conditions, 
	Object^ SmartDataObjects, 
	Object^ Lookups, 
	Object^ Functions, 
	Object^ FunctionParams, 
	Object^ RootObject = nullptr
)

Parameters

Systems
Type: System..::..Object
Links
Type: System..::..Object
Subjects
Type: System..::..Object
Conditions
Type: System..::..Object
SmartDataObjects
Type: System..::..Object
Lookups
Type: System..::..Object
Functions
Type: System..::..Object
FunctionParams
Type: System..::..Object
RootObject (Optional)
Type: System..::..Object

See Also