Click or drag to resize

AppFacade Constructor

Initializes a new instance of AppFacade.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppFacade(
	IConfiguration config,
	IObjectLibrary source,
	string appName
)

Parameters

config
Type: Mastersign.Bench.PropertyCollectionsIConfiguration
The Bench configuration properties.
source
Type: Mastersign.Bench.PropertyCollectionsIObjectLibrary
The app index, containing the properties of the app.
appName
Type: SystemString
The ID of the app.
See Also