LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Struct AttributeRef

    Implements
    IEquatable<AttributeRef>
    IJsonSerializable
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk
    Assembly: LaunchDarkly.CommonSdk.dll
    Syntax
    [JsonConverter(typeof(LdJsonConverters.AttributeRefConverter))]
    public readonly struct AttributeRef : IEquatable<AttributeRef>, IJsonSerializable

    Properties

    Defined

    Declaration
    public bool Defined { get; }
    Property Value
    Type Description
    bool

    Depth

    Declaration
    public int Depth { get; }
    Property Value
    Type Description
    int

    Error

    Declaration
    public string Error { get; }
    Property Value
    Type Description
    string

    Valid

    Declaration
    public bool Valid { get; }
    Property Value
    Type Description
    bool

    Methods

    Equals(AttributeRef)

    Declaration
    public bool Equals(AttributeRef other)
    Parameters
    Type Name Description
    AttributeRef other
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    FromLiteral(string)

    Declaration
    public static AttributeRef FromLiteral(string attributeName)
    Parameters
    Type Name Description
    string attributeName
    Returns
    Type Description
    AttributeRef

    FromPath(string)

    Declaration
    public static AttributeRef FromPath(string refPath)
    Parameters
    Type Name Description
    string refPath
    Returns
    Type Description
    AttributeRef

    GetComponent(int)

    Declaration
    public string GetComponent(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    string

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()

    Implements

    IEquatable<T>
    IJsonSerializable
    In this article
    Back to top Generated by DocFX