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

Search Results for

    Struct ReactiveComponentId

    Implements
    ISpanFormattable
    IFormattable
    ISpanParsable<ReactiveComponentId>
    IParsable<ReactiveComponentId>
    IComparable<ReactiveComponentId>
    IEquatable<ReactiveComponentId>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: PoeShared.Blazor
    Assembly: PoeShared.Blazor.dll
    Syntax
    [TypeConverter(typeof(ReactiveComponentId.ReactiveComponentIdTypeConverter))]
    [JsonConverter(typeof(ReactiveComponentId.ReactiveComponentIdSystemTextJsonConverter))]
    public struct ReactiveComponentId : ISpanFormattable, IFormattable, ISpanParsable<ReactiveComponentId>, IParsable<ReactiveComponentId>, IComparable<ReactiveComponentId>, IEquatable<ReactiveComponentId>

    Constructors

    Name Description
    ReactiveComponentId(string)

    Fields

    Name Description
    Empty

    Properties

    Name Description
    Value

    Methods

    Name Description
    CompareTo(ReactiveComponentId)
    Equals(ReactiveComponentId)
    Equals(object?)
    GetHashCode()
    Parse(ReadOnlySpan<char>)
    Parse(string)
    ToString()
    ToString(string?, IFormatProvider?)
    TryFormat(Span<char>, out int, ReadOnlySpan<char>)
    TryFormat(Span<char>, out int, ReadOnlySpan<char>, IFormatProvider?)

    Operators

    Name Description
    operator ==(ReactiveComponentId, ReactiveComponentId)
    operator >(ReactiveComponentId, ReactiveComponentId)
    operator >=(ReactiveComponentId, ReactiveComponentId)
    operator !=(ReactiveComponentId, ReactiveComponentId)
    operator <(ReactiveComponentId, ReactiveComponentId)
    operator <=(ReactiveComponentId, ReactiveComponentId)

    Explicit Interface Implementations

    Name Description
    Parse(ReadOnlySpan<char>, IFormatProvider?)
    Parse(string, IFormatProvider?)
    TryParse(ReadOnlySpan<char>, IFormatProvider?, out ReactiveComponentId)
    TryParse(string?, IFormatProvider?, out ReactiveComponentId)

    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.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)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    XDocumentExtensions.AddTo<T>(T, XContainer)
    © Xab3r. All rights reserved.