Table of Contents

Class Status

Namespace
Si.Srp.Models.Common.Response
Assembly
Si.Srp.Models.Common.dll

Represents the response status of the search

public class Status
Inheritance
Status
Inherited Members

Constructors

Status()

public Status()

Properties

Errors

List of validation errors

public List<ResponseError> Errors { get; set; }

Property Value

List<ResponseError>

IsSuccessful

True if the search was successful

public bool IsSuccessful { get; }

Property Value

bool