Class ProblemDetails
Inheritance
System.Object
ProblemDetails
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class ProblemDetails : System.ComponentModel.INotifyPropertyChanged
Properties
AdditionalProperties
Declaration
public System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Detail
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
Instance
Declaration
public string Instance { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public int? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|