Show / Hide Table of Contents

Class ValourResponse<T>

Inheritance
System.Object
ValourResponse<T>
Namespace: Valour.Net
Assembly: Valour.Net.dll
Syntax
public class ValourResponse<T> : object
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Data

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

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Success

Declaration
public bool Success { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾