Table of Contents

Interface IAppSettingService

Namespace
OpenSettings.Services.Interfaces
Assembly
OpenSettings.dll
public interface IAppSettingService

Methods

CopyAppSettingToAsync(CopyAppSettingToInput, CancellationToken)

Task<IResponse> CopyAppSettingToAsync(CopyAppSettingToInput input, CancellationToken cancellationToken = default)

Parameters

input CopyAppSettingToInput
cancellationToken CancellationToken

Returns

Task<IResponse>

CreateAppSettingAsync(CreateAppSettingInput, CancellationToken)

Task<IResponse> CreateAppSettingAsync(CreateAppSettingInput input, CancellationToken cancellationToken = default)

Parameters

input CreateAppSettingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

DeleteAppSettingAsync(DeleteAppSettingInput, CancellationToken)

Task<IResponse> DeleteAppSettingAsync(DeleteAppSettingInput input, CancellationToken cancellationToken = default)

Parameters

input DeleteAppSettingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppSettingByIdAsync(GetAppSettingByIdInput, CancellationToken)

Task<IResponse> GetAppSettingByIdAsync(GetAppSettingByIdInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppSettingByIdInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppSettingDataAsync(GetAppSettingDataInput, CancellationToken)

Task<IResponse> GetAppSettingDataAsync(GetAppSettingDataInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppSettingDataInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppSettingsByAppIdAndIdentifierIdAsync(GetAppSettingsByAppAndIdentifierInput, CancellationToken)

Task<IResponse> GetAppSettingsByAppIdAndIdentifierIdAsync(GetAppSettingsByAppAndIdentifierInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppSettingsByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppSettingsByAppSlugAndIdentifierSlugAsync(GetAppSettingsByAppAndIdentifierInput, CancellationToken)

Task<IResponse> GetAppSettingsByAppSlugAndIdentifierSlugAsync(GetAppSettingsByAppAndIdentifierInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppSettingsByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppSettingsDataAsync(GetAppSettingsDataInput, CancellationToken)

Task<IResponse> GetAppSettingsDataAsync(GetAppSettingsDataInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppSettingsDataInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppSettingsLastUpdatedComputedIdentifiersAsync(GetAppSettingsLastUpdatedComputedIdentifiersInput, CancellationToken)

Task<IResponse<GetSettingsLastUpdatedComputedIdentifiersResponse>> GetAppSettingsLastUpdatedComputedIdentifiersAsync(GetAppSettingsLastUpdatedComputedIdentifiersInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppSettingsLastUpdatedComputedIdentifiersInput
cancellationToken CancellationToken

Returns

Task<IResponse<GetSettingsLastUpdatedComputedIdentifiersResponse>>

UpdateAppSettingAsync(UpdateAppSettingInput, CancellationToken)

Task<IResponse> UpdateAppSettingAsync(UpdateAppSettingInput input, CancellationToken cancellationToken = default)

Parameters

input UpdateAppSettingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

UpdateAppSettingDataAsync(UpdateAppSettingDataInput, CancellationToken)

Task<IResponse<UpdateAppSettingDataResponse>> UpdateAppSettingDataAsync(UpdateAppSettingDataInput input, CancellationToken cancellationToken)

Parameters

input UpdateAppSettingDataInput
cancellationToken CancellationToken

Returns

Task<IResponse<UpdateAppSettingDataResponse>>