EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Struct AuraEvent

    Implements
    IEquatable<AuraEvent>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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

    ContextRef

    To avoid leaking Context and preventing it from disposal due to AuraEvents still being displayed/processed somewhere

    Error

    May contain an exception attached to the message

    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)

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    2025 © Xab3r. All rights reserved.