Table of Contents

Interface IQueryResponseDto<T>

Namespace
Raytha.Application.Common.Models
Assembly
Raytha.Application.dll
public interface IQueryResponseDto<T>

Type Parameters

T

Properties

Error

string Error { get; }

Property Value

string

Result

T Result { get; }

Property Value

T

Success

bool Success { get; }

Property Value

bool

Methods

GetErrors()

IEnumerable<ValidationFailure> GetErrors()

Returns

IEnumerable<ValidationFailure>