Click or drag to resize

AppIndexFacade Constructor

Initializes a new instance of AppIndexFacade.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppIndexFacade(
	IConfiguration config,
	IObjectLibrary appIndex
)

Parameters

config
Type: Mastersign.Bench.PropertyCollectionsIConfiguration
The Bench configuration properties.
appIndex
Type: Mastersign.Bench.PropertyCollectionsIObjectLibrary
An instance of IObjectLibrary holding the configuration of Bench apps.
See Also