Class ProblemDetails
Inheritance
System.Object
ProblemDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.WebApi.Workshop
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ProblemDetails
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
public 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 |