Generated by DocFX

Class ErrorDetail

Class ErrorDetail.

Inheritance
System.Object
ErrorDetail
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public class ErrorDetail : object

Constructors

View Source

ErrorDetail()

Initializes a new instance of the ErrorDetail class.

Declaration
public ErrorDetail()
View Source

ErrorDetail(Int32, String, String)

Initializes a new instance of the ErrorDetail class.

Declaration
public ErrorDetail(int statusCode, string message, string type)
Parameters
Type Name Description
System.Int32 statusCode

The status code.

System.String message

The message.

System.String type

The type.

Properties

View Source

Message

Gets or sets the message.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

The message.

View Source

StatusCode

Gets or sets the status code.

Declaration
public int StatusCode { get; set; }
Property Value
Type Description
System.Int32

The status code.

View Source

Type

Gets or sets the type.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

The type.

Methods

View Source

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)