Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class SdkReportContext

    Inheritance
    object
    SdkReportContext
    Implements
    IEquatable<SdkReportContext>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Diagnostics
    Assembly: Inttegro.dll
    Syntax
    public sealed record SdkReportContext : IEquatable<SdkReportContext>

    Constructors

    | Edit this page View Source

    SdkReportContext(string, string)

    Declaration
    public SdkReportContext(string Language, string Version)
    Parameters
    Type Name Description
    string Language
    string Version

    Properties

    | Edit this page View Source

    Language

    Declaration
    [JsonPropertyName("language")]
    public string Language { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    Declaration
    [JsonPropertyName("version")]
    public string Version { get; init; }
    Property Value
    Type Description
    string

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX