Click or drag to resize

MessageMetadataAccessAttribute Class

Use this method level attribute to specify which metadata values should be prefetched into the context object. This prefetching is done for performance reasons, you need to prefetch metadata before using them.
Inheritance Hierarchy

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

The MessageMetadataAccessAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessageMetadataAccessAttribute
You can define one or many occurrences of this attribute
Top
Properties
  NameDescription
Public propertyGroup (Inherited from ValueAccessAttribute.)
Public propertyKey (Inherited from ValueAccessAttribute.)
Public propertyName (Inherited from ValueAccessAttribute.)
Top
See Also