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 = 0Indicates a response from local storage or database.
LocalAndNetwork = 2Indicates a response that combines both local and network data.
Network = 1Indicates a response fetched from the server.
Sync = 3Indicates a response that contains incremental sync data from the server after applying it on local data.