Show / Hide Table of Contents

    Class ProblemDetails

    Inheritance
    System.Object
    ProblemDetails
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Icons.Client
    Assembly: Dangl.Icons.Client.dll
    Syntax
    public class ProblemDetails : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    AdditionalProperties

    Declaration
    [JsonExtensionData]
    public IDictionary<string, object> AdditionalProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    Detail

    Declaration
    [JsonProperty("detail", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Detail { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Instance

    Declaration
    [JsonProperty("instance", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Instance { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Status

    Declaration
    [JsonProperty("status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Title

    Declaration
    [JsonProperty("title", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Declaration
    [JsonProperty("type", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static ProblemDetails FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    ProblemDetails
    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH