Interface IAppSettingService
- Namespace
- OpenSettings.Services.Interfaces
- Assembly
- OpenSettings.dll
public interface IAppSettingService
Methods
Task<IResponse> CopyAppSettingToAsync(CopyAppSettingToInput input, CancellationToken cancellationToken = default)
Parameters
input CopyAppSettingToInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> CreateAppSettingAsync(CreateAppSettingInput input, CancellationToken cancellationToken = default)
Parameters
input CreateAppSettingInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> DeleteAppSettingAsync(DeleteAppSettingInput input, CancellationToken cancellationToken = default)
Parameters
input DeleteAppSettingInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> GetAppSettingByIdAsync(GetAppSettingByIdInput input, CancellationToken cancellationToken = default)
Parameters
input GetAppSettingByIdInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> GetAppSettingDataAsync(GetAppSettingDataInput input, CancellationToken cancellationToken = default)
Parameters
input GetAppSettingDataInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> GetAppSettingsByAppIdAndIdentifierIdAsync(GetAppSettingsByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
input GetAppSettingsByAppAndIdentifierInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> GetAppSettingsByAppSlugAndIdentifierSlugAsync(GetAppSettingsByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
input GetAppSettingsByAppAndIdentifierInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse> GetAppSettingsDataAsync(GetAppSettingsDataInput input, CancellationToken cancellationToken = default)
Parameters
input GetAppSettingsDataInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse<GetSettingsLastUpdatedComputedIdentifiersResponse>> GetAppSettingsLastUpdatedComputedIdentifiersAsync(GetAppSettingsLastUpdatedComputedIdentifiersInput input, CancellationToken cancellationToken = default)
Parameters
input GetAppSettingsLastUpdatedComputedIdentifiersInput
cancellationToken CancellationToken
Returns
- Task<IResponse<GetSettingsLastUpdatedComputedIdentifiersResponse>>
Task<IResponse> UpdateAppSettingAsync(UpdateAppSettingInput input, CancellationToken cancellationToken = default)
Parameters
input UpdateAppSettingInput
cancellationToken CancellationToken
Returns
- Task<IResponse>
Task<IResponse<UpdateAppSettingDataResponse>> UpdateAppSettingDataAsync(UpdateAppSettingDataInput input, CancellationToken cancellationToken)
Parameters
input UpdateAppSettingDataInput
cancellationToken CancellationToken
Returns
- Task<IResponse<UpdateAppSettingDataResponse>>