Table of Contents

Enum ResponseType

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

Specifies the type of response for a use case operation.

public enum ResponseType

Fields

Local = 0

Indicates a response from local storage or database.

LocalAndNetwork = 2

Indicates a response that combines both local and network data.

Network = 1

Indicates a response fetched from the server.

Sync = 3

Indicates a response that contains incremental sync data from the server after applying it on local data.