Click or drag to resize

PreprocessContext Class

Context object supplied as the argument of the Preprocess method
Inheritance Hierarchy

Namespace:  HP.SV.DotNetRuleApi.Hook.Processing
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public class PreprocessContext : ProcessingHookContext

The PreprocessContext type exposes the following members.

Properties
  NameDescription
Public propertyIsRequest
True if the message is a request, otherwise false.
(Inherited from ProcessingHookContext.)
Public propertyLogger
Text file logger, see HpsvLogger
(Inherited from ProcessingHookContextBase.)
Public propertyMessageLogger
Logger for the Designer Problem List, see HpsvLogger
(Inherited from ProcessingHookContextBase.)
Top
Methods
See Also