Procedure |
public interface ProcedureInvocation : Invocation, INamed
The ProcedureInvocation type exposes the following members.
| Name | Description | |
|---|---|---|
| IsExternal | Tells whether the called procedure is external. | |
| Name |
The name of the rule or sequence or procedure or function.
(Inherited from Invocation) | |
| Package |
null if this is a call of a global rule/sequence/procedure/function, otherwise the package the call target is contained in.
(Inherited from Invocation) | |
| PackagePrefixedName |
The name of the rule or sequence or procedure or function, prefixed by the package it is contained in (separated by a double colon), if it is contained in a package.
(Inherited from Invocation) |