Click or drag to resize

DefaultMessageMetadataProtocolAttribute Class

Use this class level attribute to define the default metadata namespace to avoid having to specify the namespace for each occurrence of the MessageMetadataAccess attribute on the method level.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    HP.SV.DotNetRuleApi.Hook.Processing.AttributesDefaultMessageMetadataProtocolAttribute

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 DefaultMessageMetadataProtocolAttribute : Attribute

The DefaultMessageMetadataProtocolAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDefaultMessageMetadataProtocolAttribute
Initializes a new instance of the DefaultMessageMetadataProtocolAttribute class
Top
Properties
  NameDescription
Public propertyProtocol
The default protocol namespaces. You can use for instance HttpProtocolMetadata.Namespace, JmsProtocolMetadata.Namespace, or CommonProtocolMetadata.Namespace.
Top
See Also