Initializes a new instance of the BCEdmBriefcase class.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCEdmBriefcase( BCRepository repository, BCServiceProvider services, string currentSiteID, IWin32Window owner ) |
Visual Basic |
---|
Public Sub New ( _ repository As BCRepository, _ services As BCServiceProvider, _ currentSiteID As String, _ owner As IWin32Window _ ) |
Visual C++ |
---|
public: BCEdmBriefcase( BCRepository^ repository, BCServiceProvider^ services, String^ currentSiteID, IWin32Window^ owner ) |
Parameters
- repository
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository
The connection to the vault.
- services
- Type: BlueCieloECM.InnoCielo.Meridian.Client..::..BCServiceProvider
The context for the briefcase.
- currentSiteID
- Type: System..::..String
The value that identifies a site to which the briefcase belongs.
- owner
- Type: System.Windows.Forms..::..IWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.