Click or drag to resize

IRepositoryGetImplementationReport Method

Gets a Business Objects implementation repository report.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void GetImplementationReport(
	out IDictionary<string, IDictionary<string, string>> dcBOMethods,
	out IDictionary<string, IDictionary<string, IList<string>>> dcBOEvents
)

Parameters

dcBOMethods
Type: System.Collections.GenericIDictionaryString, IDictionaryString, String
A dictionary describing the BO methods.
dcBOEvents
Type: System.Collections.GenericIDictionaryString, IDictionaryString, IListString
A dictionary describing the BO events.
See Also