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,
	bool Silent
)
Visual Basic
Public Sub New ( 
	Systems As Object,
	Links As Object,
	Subjects As Object,
	Conditions As Object,
	SmartDataObjects As Object,
	Lookups As Object,
	Silent As Boolean
)
Visual C++
public:
Application(
	Object^ Systems, 
	Object^ Links, 
	Object^ Subjects, 
	Object^ Conditions, 
	Object^ SmartDataObjects, 
	Object^ Lookups, 
	bool Silent
)

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
Silent
Type: System..::..Boolean

See Also