Click or drag to resize

BCServiceProvider Constructor (BCRepository, BCServiceProvider, IWin32Window)

Initializes a new instance of the BCServiceProvider class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCServiceProvider(
	BCRepository repository,
	BCServiceProvider services,
	IWin32Window owner
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to a vault. If not , then a new instance of the IAMMetaDataService service is added to the context.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the services.
owner
Type: System.Windows.FormsIWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
Remarks
The created context contains the IAMStall and the IAMMetaDataService services.
See Also