Click or drag to resize

ProcessingHookContext Class

Base context class
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 abstract class ProcessingHookContext : ProcessingHookContextBase

The ProcessingHookContext type exposes the following members.

Constructors
  NameDescription
Protected methodProcessingHookContext
Initializes a new instance of the ProcessingHookContext class
Top
Properties
  NameDescription
Public propertyIsRequest
True if the message is a request, otherwise false.
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