Struct AuraEvent
Implements
Inherited Members
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
public readonly struct AuraEvent : IEquatable<AuraEvent>
Properties
Name | Description |
---|---|
Category | |
Context | Contains info about context which was active at the moment of event |
IsHtml | |
Loglevel | |
SenderInfo | Contains some information describing where message comes from - path of aura, name of service/channel, etc |
Suffix | |
Text | Message that will be displayed to a user |
Timestamp |
Methods
Name | Description |
---|---|
Equals(AuraEvent) | |
Equals(object) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(AuraEvent, AuraEvent) | |
operator !=(AuraEvent, AuraEvent) |