Table of Contents

Interface IUsecaseResponse

Namespace
Cyclotron.Utilities.CleanArchitecture
Assembly
Cyclotron.Utilities.dll

Represents a response for a use case operation.

public interface IUsecaseResponse

Properties

Request

Gets the request associated with this response.

IUsecaseRequest Request { get; }

Property Value

IUsecaseRequest

ResponseType

Gets the type of the response.

ResponseType ResponseType { get; }

Property Value

ResponseType