BCPropertyPageDialog Constructor (BCRepositoryObject) |
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCPropertyPageDialog(
BCRepositoryObject anObject
)
Public Sub New (
anObject As BCRepositoryObject
)
public:
BCPropertyPageDialog(
BCRepositoryObject^ anObject
)
new :
anObject : BCRepositoryObject -> BCPropertyPageDialog
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object of which to show the property page.
See Also