Table of Contents

Class MultiTagMessage

Namespace
Hi.Common.Messages
Assembly
HiGeom.dll

Represents a message with multiple tags for categorization and filtering.

public class MultiTagMessage
Inheritance
MultiTagMessage
Inherited Members
Extension Methods

Constructors

MultiTagMessage(object, params string[])

Initializes a new instance of the MultiTagMessage class with the specified message and tags.

public MultiTagMessage(object message, params string[] tags)

Parameters

message object

The message content

tags string[]

The tags to associate with this message

Properties

Message

Gets or sets the message content.

public object Message { get; set; }

Property Value

object

Tags

Gets or sets the collection of tags associated with this message.

public HashSet<string> Tags { get; set; }

Property Value

HashSet<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.