Click or drag to resize
BCPropertiesDialog Constructor (BCRepositoryObject, BCServiceProvider)
Initializes a new instance of the BCPropertiesDialog 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 BCPropertiesDialog(
	BCRepositoryObject anObject,
	BCServiceProvider services
)

Parameters

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