Show / Hide Table of Contents

Class ApiResponse<T>

Represents a response that is made by the VISAB WebApi.

Inheritance
Object
ApiResponse<T>
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VISABConnector
Assembly: VISABConnector.dll
Syntax
public class ApiResponse<T>
Type Parameters
Name Description
T

The type of the content

Properties

| Improve this Doc View Source

Content

The content of the response.

Declaration
public T Content { get; }
Property Value
Type Description
T
| Improve this Doc View Source

ErrorMessage

The error message that was returned by VISAB WebApi if request wasnt successful.

Declaration
public string ErrorMessage { get; }
Property Value
Type Description
String
| Improve this Doc View Source

IsSuccess

Whether the request was successful.

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX