Click or drag to resize
BCPropertyPageDialog Constructor (BCRepositoryObject, BCServiceProvider)
Initializes a new instance of the BCPropertyPageDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCPropertyPageDialog(
	BCRepositoryObject anObject,
	BCServiceProvider services
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object of which to show the property page.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the dialog.
See Also