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

Search Results for

    Struct ErrorInfoId

    Implements
    ISpanFormattable
    IFormattable
    IComparable<ErrorInfoId>
    IEquatable<ErrorInfoId>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: PoeShared.Modularity
    Assembly: PoeShared.dll
    Syntax
    [TypeConverter(typeof(ErrorInfoId.ErrorInfoIdTypeConverter))]
    [JsonConverter(typeof(ErrorInfoId.ErrorInfoIdSystemTextJsonConverter))]
    public struct ErrorInfoId : ISpanFormattable, IFormattable, IComparable<ErrorInfoId>, IEquatable<ErrorInfoId>

    Constructors

    Name Description
    ErrorInfoId(Guid)

    Fields

    Name Description
    Empty

    Properties

    Name Description
    Value

    Methods

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

    Operators

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

    Extension Methods

    ComparableExtensions.IsBetween<T>(T, T, T, bool)
    ComparableExtensions.IsGreaterOrEqual<T>(T, T)
    ComparableExtensions.IsGreaterThan<T>(T, T)
    ComparableExtensions.IsLessThanOrEqual<T>(T, T)
    ComparableExtensions.IsLessThan<T>(T, T)
    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)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    © Xab3r. All rights reserved.