Returns a "pretty print" of a module definition. The method accepts a module interface to an object and returns a string representation of it based on the current TIEParser. The module definition only includes the module and its imports/exports. The string does not contain construct definitions (e.g., fact templates, rules, etc).
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Module
Type: IModule
Type: String
Reference |