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: 6.0.0.0 (6.0.6225.27214)
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