Click or drag to resize
ServiceResolver Fields

The ServiceResolver type exposes the following members.

Fields
  NameDescription
Protected fieldmActiveMacros
Current stack of active macros (macros that are just being resolved).
(Inherited from MacroResolver.)
Protected fieldmCurrentRecursion
Recursion handling.
(Inherited from MacroResolver.)
Protected fieldmParentResolver
Parent resolver is used to look for the data if it's not explicitly defined in current resolver All the data available in the parent are available also in children (could be overriden, though)
(Inherited from MacroResolver.)
Protected fieldmResolverName
Macro resolver name.
(Inherited from MacroResolver.)
Protected fieldmSettings
Macro context.
(Inherited from MacroResolver.)
Protected fieldmSkippedResolvers
Returns the list of resolvers that were skipped during the processing of the macros with this resolver.
(Inherited from MacroResolver.)
Top
See Also