| BCServiceProvider Constructor (BCRepository, IWin32Window) |
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCServiceProvider(
BCRepository repository,
IWin32Window owner
)
Public Sub New (
repository As BCRepository,
owner As IWin32Window
)
public:
BCServiceProvider(
BCRepository^ repository,
IWin32Window^ owner
)
new :
repository : BCRepository *
owner : IWin32Window -> BCServiceProviderParameters
- 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.
- 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