Class PluginMessage
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
public sealed record PluginMessage : IEquatable<PluginMessage>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”PluginMessage(string, string)
Section titled “ PluginMessage(string, string)”public PluginMessage(string TargetId, string Message)Parameters
Section titled “Parameters”TargetId string
Message string
Properties
Section titled “Properties”Message
Section titled “ Message”public string Message { get; init; }Property Value
Section titled “Property Value”TargetId
Section titled “ TargetId”public string TargetId { get; init; }